From: Steve Sutton Date: Thu, 25 May 2017 17:36:47 +0000 (-0400) Subject: Update script calls X-Git-Tag: v1.2.12^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=0397933a1aec79acdae87ba3877e2eaa0be3101e;p=web%2FTroutCreek.git Update script calls Use async attribute for scripts --- diff --git a/Toolkit/Common.php b/Toolkit/Common.php index 2ff5197..ea062a8 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);