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 /sql.php
parentde64133959d929da177ae1357901d67c573fc9f4 (diff)
Fix jQuery UI version number
It's 1.8.16, not 1.8.6
Diffstat (limited to 'sql.php')
-rw-r--r--sql.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql.php b/sql.php
index 4d7e30eb31..05b80b67d3 100644
--- a/sql.php
+++ b/sql.php
@@ -14,7 +14,7 @@ require_once './libraries/Table.class.php';
require_once './libraries/check_user_privileges.lib.php';
require_once './libraries/bookmark.lib.php';
-$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/timepicker.js';
$GLOBALS['js_include'][] = 'tbl_change.js';
$GLOBALS['js_include'][] = 'gis_data_editor.js';