summaryrefslogtreecommitdiffstats
path: root/includes
diff options
context:
space:
mode:
Diffstat (limited to 'includes')
-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
}