Merge branch 'darthleo-missing-jquery-reinstation' into 'dev'

Add jquery back to the main base.html template.

See merge request crafty-controller/crafty-4!282
This commit is contained in:
Andrew 2022-05-31 21:50:02 +00:00
commit 180a22f545

5
app/frontend/templates/base.html Normal file → Executable file
View File

@ -21,6 +21,11 @@
<!-- endinject -->
<!-- Plugin css for this page-->
<link rel="stylesheet" href="/static/assets/vendors/jvectormap/jquery-jvectormap.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<!-- End Plugin css for this page-->
<!-- Layout styles -->
<link rel="stylesheet" href="/static/assets/css/dark/style.css">
<!-- End Layout styles -->