From: Steve Sutton Date: Wed, 14 Jun 2017 16:43:23 +0000 (-0400) Subject: Remove async X-Git-Tag: v1.2.14^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=57ce9677fd2b1f94325e24b50ba12a4359c6f078;p=web%2FTroutCreek.git Remove async jquery is getting errors with this in. --- diff --git a/Toolkit/Common.php b/Toolkit/Common.php index ea062a8..2ff5197 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);