Skip to content
Snippets Groups Projects
Verified Commit c4c9346e authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Load JS in head for jQuery to be available early.

parent b8e3d44f
No related branches found
No related tags found
1 merge request!36Resolve "Scale and maybe crop uploaded pictures"
......@@ -224,7 +224,8 @@ BOOTSTRAP4 = {
'jquery_url': _settings.get('bootstrap.jquery_url', '/javascript/jquery/jquery.min.js'),
'popper_url': _settings.get('bootstrap.popper_url', '/javascript/popper.js/umd/popper.min.js'),
'include_jquery': True,
'include_popper': True
'include_popper': True,
'javascript_in_head': True
}
DATATABLES_BASE = _settings.get(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment