From 0397933a1aec79acdae87ba3877e2eaa0be3101e Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Thu, 25 May 2017 13:36:47 -0400 Subject: [PATCH] Update script calls Use async attribute for scripts --- Toolkit/Common.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.17.1