projects
/
web
/
TroutCreek.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e734c97
)
Remove async
author
Steve Sutton
<steve@gaslightmedia.com>
Wed, 14 Jun 2017 16:43:23 +0000
(12:43 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Wed, 14 Jun 2017 16:43:23 +0000
(12:43 -0400)
jquery is getting errors with this in.
Toolkit/Common.php
patch
|
blob
|
history
diff --git
a/Toolkit/Common.php
b/Toolkit/Common.php
index
ea062a8
..
2ff5197
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
type="text/javascript" src="%s"></script>';
+ $format = '<script type="text/javascript" src="%s"></script>';
$ret = '';
$baseUrlStrLen = strlen(MEDIA_BASE_URL);