Skip to content

Commit

Permalink
Fixed bug #3521416 - JS error when editing index
Browse files Browse the repository at this point in the history
  • Loading branch information
roccivic committed Apr 25, 2012
1 parent 5d79373 commit 403fd46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ phpMyAdmin - ChangeLog
======================

3.5.2.0 (not yet released)
- bug #3521416 [interface] JS error when editing index

3.5.1.0 (not yet released)
- bug #3510784 [edit] Limit clause ignored when sort order is remembered
Expand Down
1 change: 1 addition & 0 deletions sql.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
$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';
Expand Down

0 comments on commit 403fd46

Please sign in to comment.