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:
Diffstat (limited to 'tbl_replace.php')
-rw-r--r--tbl_replace.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tbl_replace.php b/tbl_replace.php
index 5b722c69c9..d23482e554 100644
--- a/tbl_replace.php
+++ b/tbl_replace.php
@@ -65,6 +65,7 @@ PMA_DBI_select_db($GLOBALS['db']);
*/
$goto_include = false;
+$GLOBALS['js_include'][] = 'makegrid.js';
// Needed for generation of Inline Edit anchors
$GLOBALS['js_include'][] = 'sql.js';