From 6a8d3e9d1fe9e9ed9a46fd5c79feeb162768f12a Mon Sep 17 00:00:00 2001 From: anaggh Date: Thu, 11 Jun 2020 20:27:55 +0530 Subject: [PATCH] Remove async for select2 Defaulting to async is leading to buggy behaviour https://github.com/bludit/bludit/pull/1172/files --- bl-kernel/admin/themes/booty/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bl-kernel/admin/themes/booty/index.php b/bl-kernel/admin/themes/booty/index.php index cf34121f..388a7054 100644 --- a/bl-kernel/admin/themes/booty/index.php +++ b/bl-kernel/admin/themes/booty/index.php @@ -34,7 +34,7 @@ 'jquery.datetimepicker.full.min.js', 'select2.full.min.js', 'functions.js' - ), DOMAIN_CORE_JS); + ), DOMAIN_CORE_JS, null); ?> @@ -93,4 +93,4 @@ - \ No newline at end of file +