diff options
author | raylu <raylu@mixpanel.com> | 2011-11-05 03:14:50 -0700 |
---|---|---|
committer | raylu <raylu@mixpanel.com> | 2011-11-05 03:14:50 -0700 |
commit | c29b485df3475e251dce77e68d61462e2619ba9e (patch) | |
tree | b929fa55133c19f2873da899b769fffa6f6c3e30 /pages/home.php | |
parent | a5e930a4e59cb0776cb4ee5826e2e9e3624c9f2a (diff) | |
download | pathery-c29b485df3475e251dce77e68d61462e2619ba9e.tar.xz |
fix async font/js loading issues
Diffstat (limited to 'pages/home.php')
-rw-r--r-- | pages/home.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/home.php b/pages/home.php index 044fc5f..869c4d1 100644 --- a/pages/home.php +++ b/pages/home.php @@ -112,7 +112,7 @@ $mergesolution = $map; Copyright © 2011 pathery.com
</div>
-<script src="sounds/script/soundmanager.js" async="async"></script>
+<script src="sounds/script/soundmanager.js"></script>
<script type="text/javascript">soundManagerInit();</script>
<?php
|