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
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 /index.php
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 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 952e9931d4..16f1a73e8c 100644
--- a/index.php
+++ b/index.php
@@ -132,7 +132,7 @@ require 'libraries/header_http.inc.php';
// ]]>
</script>
<?php
-echo PMA_includeJS('jquery/jquery-1.7.2.js');
+echo PMA_includeJS('jquery/jquery-1.6.2.js');
echo PMA_includeJS('update-location.js');
echo PMA_includeJS('common.js');
?>