Defer attribute should be boolean

Created on 11 August 2023, 11 months ago
Updated 7 February 2024, 5 months ago

Problem/Motivation

The script tag should have this pattern
<script src="https://cdn.usefathom.com/script.js" data-site="XXXXXXXX" defer></script>
but is currently
<script src="https://cdn.usefathom.com/script.js" data-site="XXXXXXXX" defer=""></script>

See https://www.w3schools.com/tags/att_script_defer.asp

Proposed resolution

Small change to the script attribute.

🐛 Bug report
Status

Fixed

Version

3.0

Component

Code

Created by

🇬🇧United Kingdom polynya

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.69.0 2024