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 00:35:36 +0400
committerPiotr Przybylski <piotrprz@gmail.com>2011-10-11 00:35:36 +0400
commitac365e0262fa2323dc830bb563e8e97de3694781 (patch)
treec3255a784363948b45b471b1b6ae480f01b79f08 /tbl_replace.php
parent4cef030dd4372e22f9ee791189b84bf0e68a6b77 (diff)
Upgrade jQuery UI to 1.8.6
Diffstat (limited to 'tbl_replace.php')
-rw-r--r--tbl_replace.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tbl_replace.php b/tbl_replace.php
index b5c43dc255..74edd0065c 100644
--- a/tbl_replace.php
+++ b/tbl_replace.php
@@ -568,7 +568,7 @@ if (isset($return_to_sql_query)) {
$GLOBALS['js_include'][] = 'tbl_change.js';
// in case we call sql.php which needs those:
-$GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.custom.js';
+$GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.6.custom.js';
$active_page = $goto_include;