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:
authorPiotr Przybylski <piotrprz@gmail.com>2011-10-11 04:00:45 +0400
committerPiotr Przybylski <piotrprz@gmail.com>2011-10-11 04:00:45 +0400
commit4a5cb00df5cf14019842d4c4745079f204726c17 (patch)
tree741897ce24e9e61325ef1a18bf089548cb81f4f4 /server_status.php
parentde64133959d929da177ae1357901d67c573fc9f4 (diff)
Fix jQuery UI version number
It's 1.8.16, not 1.8.6
Diffstat (limited to 'server_status.php')
-rw-r--r--server_status.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/server_status.php b/server_status.php
index b314ef7f6c..02e3a7f1e0 100644
--- a/server_status.php
+++ b/server_status.php
@@ -413,7 +413,7 @@ if (PMA_DRIZZLE) {
*/
$GLOBALS['js_include'][] = 'server_status.js';
-$GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.6.custom.js';
+$GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.16.custom.js';
$GLOBALS['js_include'][] = 'jquery/jquery.tablesorter.js';
$GLOBALS['js_include'][] = 'jquery/jquery.cookie.js'; // For tab persistence
// Charting