Merge pull request #1207 from anaggh/patch-1

Remove async from select2
This commit is contained in:
Diego Najar 2020-06-15 12:18:26 +02:00 committed by GitHub
commit 0748616526
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>