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:
parent
f928fe84c8
commit
6a8d3e9d1f
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue