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:
authorMarc Delisle <marc@infomarc.info>2012-04-09 17:09:07 +0400
committerMarc Delisle <marc@infomarc.info>2012-04-09 17:09:07 +0400
commitdd5aae9a67c91cfc0dea6e28b0a20e3138996d05 (patch)
tree24bef3fe31824014d7e1c7b968451e4b344fb71c /tbl_replace.php
parentf2c88c3afc66c2cd5970c6e85d3c111ba787131a (diff)
jQuery UI is already included from common.inc.php
Diffstat (limited to 'tbl_replace.php')
-rw-r--r--tbl_replace.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/tbl_replace.php b/tbl_replace.php
index 21d963f92c..f7e0f9e263 100644
--- a/tbl_replace.php
+++ b/tbl_replace.php
@@ -556,8 +556,6 @@ 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.16.custom.js';
$active_page = $goto_include;