projects
/
web
/
Keweenaw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0150351
)
Remove async for js scripts.
author
Steve Sutton
<steve@gaslightmedia.com>
Thu, 12 Jan 2017 17:19:20 +0000
(12:19 -0500)
committer
Steve Sutton
<steve@gaslightmedia.com>
Thu, 12 Jan 2017 17:19:20 +0000
(12:19 -0500)
To get google map working again.
Toolkit/Common.php
patch
|
blob
|
history
diff --git
a/Toolkit/Common.php
b/Toolkit/Common.php
index
e0c0f97
..
ad4bab4
100644
(file)
--- a/
Toolkit/Common.php
+++ b/
Toolkit/Common.php
@@
-897,7
+897,7
@@
class Toolkit_Common
unset($uniqueScripts[$key]);
array_unshift($uniqueScripts, $jquery);
}
- $format = '<script
async
src="%s"></script>';
+ $format = '<script src="%s"></script>';
$ret = '';
$baseUrlStrLen = strlen(MEDIA_BASE_URL);