Merge pull request #35 from lovethebomb/fix-readme-script-id

Fix missing script id attribute in README
This commit is contained in:
Danny van Kooten 2018-05-18 08:27:55 +02:00 committed by GitHub
commit b8eecf77a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ To start tracking, include the following JavaScript on your site and replace `yo
};
o=f.createElement('script'),
m=f.getElementsByTagName('script')[0];
o.async=1; o.src=t;
o.async=1; o.src=t; o.id='fathom-script';
m.parentNode.insertBefore(o,m)
})(document, window, '//yourfathom.com/tracker.js', 'fathom');
fathom('trackPageview');