commit 5498a27ed543fd533ad3030569bbf350bdf72e89
parent 58f5f6d1bedcc8d3f6cb72b37e43570c91301e16
Author: MTRNord <mtrnord1@gmail.com>
Date: Fri, 16 Jan 2015 14:45:33 +0100
try to fix jquery bug
Diffstat:
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/themes/jumbotron/admin.php b/themes/jumbotron/admin.php
@@ -78,7 +78,8 @@ foreach($langs as $prio => $lang) {
<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="../../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]>
@@ -228,7 +229,7 @@ foreach($langs as $prio => $lang) {
<div class="col-md-4">
<h2>'.$name_themes.'</h2>
<form action=".">
- <p><select size="1" name="Auswahl" onchange="Go(this);" width="100%"">
+ <p><select size="1" name="Auswahl" onchange="Go(this);" width="100%" class="form-control">
<option value="leer" selected="selected">[ bitte auswählen! ]</option>
<option value="leer">------------------------</option>
<option value="../jumbotron">Jumbotron</option>
diff --git a/themes/jumbotron/index.php b/themes/jumbotron/index.php
@@ -97,6 +97,9 @@ if ($root_3[1] == 'core') {
<link href="jumbotron.min.css" rel="stylesheet">
<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! -->