Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/setup
diff options
context:
space:
mode:
authorMarc Delisle <marc@infomarc.info>2012-04-11 02:08:58 +0400
committerMarc Delisle <marc@infomarc.info>2012-04-11 02:08:58 +0400
commit7fb054554c13d84e42935caf5ccec5012a11aad2 (patch)
treefb5d4c1b08e53f5a99f4da23e34abbf951b45225 /setup
parent6ae5cafb4622e6ae1c99c998bdf2e0ac782b5796 (diff)
Put back jQuery 1.6.2 due to conflicts with Highcharts 2.1.5 (tried to upgrade Highcharts but faced other problems)
Diffstat (limited to 'setup')
-rw-r--r--setup/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup/index.php b/setup/index.php
index 70123ab937..5c75eb8664 100644
--- a/setup/index.php
+++ b/setup/index.php
@@ -36,7 +36,7 @@ require './libraries/header_http.inc.php';
<link href="../favicon.ico" rel="icon" type="image/x-icon" />
<link href="../favicon.ico" rel="shortcut icon" type="image/x-icon" />
<link href="styles.css" rel="stylesheet" type="text/css" />
-<script type="text/javascript" src="../js/jquery/jquery-1.7.2.js"></script>
+<script type="text/javascript" src="../js/jquery/jquery-1.6.2.js"></script>
<script type="text/javascript" src="../js/jquery/jquery-ui-1.8.16.custom.js"></script>
<script type="text/javascript" src="../js/jquery/jquery.json-2.2.js"></script>
<script type="text/javascript" src="../js/config.js"></script>