Skip to content

Commit

Permalink
remove async from HammerJS script (angular#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalerba authored Mar 8, 2017
1 parent 670d52b commit 1315dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
ga('send', 'pageview');
</script>
<script async src='https://www.google-analytics.com/analytics.js'></script>
<script async src="https://ajax.googleapis.com/ajax/libs/hammerjs/2.0.8/hammer.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/hammerjs/2.0.8/hammer.min.js"></script>
</body>
</html>

0 comments on commit 1315dfc

Please sign in to comment.