Merge branch 'bug/jquery-vector-404' into 'dev'

Remove link to non-used jquery item

See merge request crafty-controller/crafty-4!292
This commit is contained in:
Andrew 2022-06-02 17:44:46 +00:00
commit 2c6b5f88ec

View File

@ -21,10 +21,9 @@
<!-- endinject --> <!-- endinject -->
<!-- Plugin css for this page--> <!-- 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>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script> <!-- End Plugin css for this page-->
<!-- End Plugin css for this page-->
<!-- Layout styles --> <!-- Layout styles -->
<link rel="stylesheet" href="/static/assets/css/dark/style.css"> <link rel="stylesheet" href="/static/assets/css/dark/style.css">
@ -470,4 +469,4 @@
</body> </body>
</html> </html>