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 /db_operations.php
parentde64133959d929da177ae1357901d67c573fc9f4 (diff)
Fix jQuery UI version number
It's 1.8.16, not 1.8.6
Diffstat (limited to 'db_operations.php')
-rw-r--r--db_operations.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/db_operations.php b/db_operations.php
index 9a4c7ff97a..6589587942 100644
--- a/db_operations.php
+++ b/db_operations.php
@@ -23,7 +23,7 @@ require_once "./libraries/blobstreaming.lib.php";
// add a javascript file for jQuery functions to handle Ajax actions
// also add jQueryUI
-$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'][] = 'db_operations.js';
/**