Skip to content
This repository was archived by the owner on Jan 2, 2021. It is now read-only.

Commit dcfa155

Browse files
authored
Merge pull request #34 from spleenboy/master
Fix for missing quote around ga parameter
2 parents 5c219b1 + ea79622 commit dcfa155

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ <h5>QR Code</h5>
6767
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
6868
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
6969
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
70-
ga('create', pageview');
70+
ga('create', 'pageview');
7171
}
7272
</script>
7373
</body>

0 commit comments

Comments
 (0)