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:
authorMichal Čihař <mcihar@suse.cz>2011-08-05 17:31:36 +0400
committerMichal Čihař <mcihar@suse.cz>2011-08-05 17:31:38 +0400
commit4afb63d08f3814bf9769752ef7eb57944612247d (patch)
treee73ab6f72795586f35acf034c86aa47c199b34f1 /navigation.php
parent37ec6cae8496c3a5ce4719a611fafae8059581e6 (diff)
Upgrade to jQuery 1.6.2
This should be compatible with 1.6.1 and my tests show no problems.
Diffstat (limited to 'navigation.php')
-rw-r--r--navigation.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/navigation.php b/navigation.php
index dad2683fc9..22e4cda864 100644
--- a/navigation.php
+++ b/navigation.php
@@ -105,7 +105,7 @@ require_once './libraries/header_http.inc.php';
<link rel="stylesheet" type="text/css"
href="phpmyadmin.css.php?<?php echo PMA_generate_common_url('', ''); ?>&amp;js_frame=left&amp;nocache=<?php echo $GLOBALS['PMA_Config']->getThemeUniqueValue(); ?>" />
<?php
- echo PMA_includeJS('jquery/jquery-1.6.1.js');
+ echo PMA_includeJS('jquery/jquery-1.6.2.js');
echo PMA_includeJS('jquery/jquery-ui-1.8.custom.js');
echo PMA_includeJS('navigation.js');
echo PMA_includeJS('functions.js');