From: Steve Sutton Date: Thu, 12 Jan 2017 17:19:20 +0000 (-0500) Subject: Remove async for js scripts. X-Git-Tag: v1.5.5^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=97d03ac95de38dee02e607413057b78f0a9f9f74;p=web%2FKeweenaw.git Remove async for js scripts. To get google map working again. --- diff --git a/Toolkit/Common.php b/Toolkit/Common.php index e0c0f97..ad4bab4 100644 --- a/Toolkit/Common.php +++ b/Toolkit/Common.php @@ -897,7 +897,7 @@ class Toolkit_Common unset($uniqueScripts[$key]); array_unshift($uniqueScripts, $jquery); } - $format = ''; + $format = ''; $ret = ''; $baseUrlStrLen = strlen(MEDIA_BASE_URL);