commit 21792c8de8208c92ba9ab344957553c5c62b5c3b
parent 5498a27ed543fd533ad3030569bbf350bdf72e89
Author: MTRNord <mtrnord1@gmail.com>
Date: Fri, 16 Jan 2015 14:49:42 +0100
update head
Diffstat:
2 files changed, 3 insertions(+), 8 deletions(-)
diff --git a/themes/jumbotron/admin.php b/themes/jumbotron/admin.php
@@ -77,9 +77,7 @@ foreach($langs as $prio => $lang) {
<!-- Custom styles for this template -->
<link href="jumbotron.css" rel="stylesheet">
- <script src="../../core/libs/theme_engine/BootStrap/js/bootstrap.min.js"></script>
<!--<script src="../../core/libs/theme_engine/jquery/jquery-1.11.2.min.js"></script>-->
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
@@ -266,9 +264,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/1.11.1/jquery.min.js"></script>
+ <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="../../core/libs/theme_engine/BootStrap/js/bootstrap.min.js"></script>
- <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
- <script src="../../core/libs/theme_engine/BootStrap/js/ie10-viewport-bug-workaround.js"></script>
</body>
</html>
\ No newline at end of file
diff --git a/themes/jumbotron/index.php b/themes/jumbotron/index.php
@@ -98,8 +98,7 @@ if ($root_3[1] == 'core') {
<link rel="stylesheet" href="../../core/libs/theme_engine/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="../../core/libs/theme_engine/bootstrap-social/bootstrap-social.min.css">
<!--<script src="../../core/libs/theme_engine/jquery/jquery-1.11.2.min.js"></script>-->
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
-
+
<?php include($root . '/core/backend/admin/modules/html_header.php'); ?>
<!-- Just for debugging purposes. Don't actually copy these 2 lines! -->
@@ -359,7 +358,7 @@ if ($root_3[1] == 'core') {
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
- <!--<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>-->
+ <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="../../core/libs/theme_engine/BootStrap/js/bootstrap.min.js"></script>
</body>
</html>