Remove async for select2

Defaulting to async is leading to buggy behaviour https://github.com/bludit/bludit/pull/1172/files
This commit is contained in:
anaggh 2020-06-11 20:27:55 +05:30 committed by GitHub
parent f928fe84c8
commit 6a8d3e9d1f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,7 +34,7 @@
'jquery.datetimepicker.full.min.js',
'select2.full.min.js',
'functions.js'
), DOMAIN_CORE_JS);
), DOMAIN_CORE_JS, null);
?>
<!-- Plugins -->
@ -93,4 +93,4 @@
<?php Theme::plugins('adminBodyEnd') ?>
</body>
</html>
</html>