Skip to content

Commit 45a5422

Browse files
authored
Remove unneeded defer from Google Analytics snippet
has no use if analytics is at the bottom of the page and is no longer recommended by HTML5Boilerplate - and saves 6 bytes :-)
1 parent 59f4e9c commit 45a5422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,6 @@ <h2 id="noitems" class="visuallyhidden">No items met your search =(</h2>
105105
ga('set', 'anonymizeIp', true);
106106
ga('send','pageview')
107107
</script>
108-
<script src="https://www.google-analytics.com/analytics.js" defer async></script>
108+
<script src="https://www.google-analytics.com/analytics.js" async></script>
109109
</body>
110110
</html>

0 commit comments

Comments
 (0)