summaryrefslogtreecommitdiffstats
path: root/includes/header.php
diff options
context:
space:
mode:
authorraylu <raylu@mixpanel.com>2011-11-15 23:34:16 -0800
committerraylu <raylu@mixpanel.com>2011-11-15 23:34:16 -0800
commitf960f60b257b9a47405ed91f282a5e9ac182b668 (patch)
tree93579f0d9cec8d5982af5d10bcb84360620cb833 /includes/header.php
parent55b25d5e66710298a50ecdcc8fb8db8cb3b2fb8a (diff)
downloadpathery-f960f60b257b9a47405ed91f282a5e9ac182b668.tar.xz
change flash on next button
Diffstat (limited to 'includes/header.php')
-rw-r--r--includes/header.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/header.php b/includes/header.php
index 3943238..d56e20d 100644
--- a/includes/header.php
+++ b/includes/header.php
@@ -16,7 +16,7 @@ function htmlHeader($css = array()) {
}
?>
<script src="js/ajax.js" async="async"></script>
- <script src="js/mapspecs.js" async="async"></script>
+ <script src="js/mapspecs.js"></script>
</head>
<?php
}