Skip to content

Commit 1315dfc

Browse files
authored
remove async from HammerJS script (angular#128)
1 parent 670d52b commit 1315dfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
ga('send', 'pageview');
2727
</script>
2828
<script async src='https://www.google-analytics.com/analytics.js'></script>
29-
<script async src="https://ajax.googleapis.com/ajax/libs/hammerjs/2.0.8/hammer.min.js"></script>
29+
<script src="https://ajax.googleapis.com/ajax/libs/hammerjs/2.0.8/hammer.min.js"></script>
3030
</body>
3131
</html>

0 commit comments

Comments
 (0)