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:
authorRouslan Placella <rouslan@placella.com>2012-04-26 00:05:41 +0400
committerRouslan Placella <rouslan@placella.com>2012-04-26 00:05:41 +0400
commit403fd468182086273149b24e47f91b525772b565 (patch)
tree2f5bea934363eb44d5fef4b9349b226ff975a393 /sql.php
parent5d79373acb84e8f785323e94da03ad7b8fd8569d (diff)
Fixed bug #3521416 - JS error when editing index
Diffstat (limited to 'sql.php')
-rw-r--r--sql.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql.php b/sql.php
index c4243d24ea..f60c66a45e 100644
--- a/sql.php
+++ b/sql.php
@@ -19,6 +19,7 @@ $GLOBALS['js_include'][] = 'jquery/timepicker.js';
$GLOBALS['js_include'][] = 'tbl_change.js';
// the next one needed because sql.php may do a "goto" to tbl_structure.php
$GLOBALS['js_include'][] = 'tbl_structure.js';
+$GLOBALS['js_include'][] = 'indexes.js';
$GLOBALS['js_include'][] = 'gis_data_editor.js';
$GLOBALS['js_include'][] = 'codemirror/lib/codemirror.js';
$GLOBALS['js_include'][] = 'codemirror/mode/mysql/mysql.js';