commit 8c5b513a88845dfaff6caed4ce963dfd031daecc
parent c28966e2d42bef578042c7d624c3f976321c21ca
Author: MTRNord <mtrnord1@gmail.com>
Date: Mon, 20 Apr 2015 17:15:20 +0200
fix jquery
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/themes/jumbotron/admin.php b/themes/jumbotron/admin.php
@@ -307,7 +307,7 @@ foreach($langs as $prio => $lang) {
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
+ <script src="../../core/libs/theme_engine/jquery/jquery2.1.3.min.js"></script>
<script src="../../core/libs/theme_engine/BootStrap/js/bootstrap.min.js"></script>
<?php include($root . '/core/backend/admin/modules/script_footer.php'); ?>
</body>
diff --git a/themes/jumbotron/index.php b/themes/jumbotron/index.php
@@ -353,7 +353,7 @@
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
- <script src="../../core/libs/theme_engine/jquery2.1.3.min.js"></script>
+ <script src="../../core/libs/theme_engine/jquery/jquery2.1.3.min.js"></script>
<script src="../../core/libs/theme_engine/BootStrap/js/bootstrap.min.js"></script>
<?php include($root . '/core/backend/admin/modules/script_footer.php'); ?>
</body>