From 380e99b1cc0a2ce9bf37c56ce30b56ffee483e38 Mon Sep 17 00:00:00 2001 From: Jereme Hancock Date: Thu, 26 Mar 2020 13:05:18 -0500 Subject: [PATCH] Removed async from jquery as I started noticing errors in admin --- bl-kernel/helpers/theme.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bl-kernel/helpers/theme.class.php b/bl-kernel/helpers/theme.class.php index cf0bb857..6645d35f 100644 --- a/bl-kernel/helpers/theme.class.php +++ b/bl-kernel/helpers/theme.class.php @@ -248,7 +248,7 @@ class Theme { public static function jquery() { - return ''.PHP_EOL; + return ''.PHP_EOL; } public static function jsBootstrap()