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:
authorChirayu Chiripal <chirayu.chiripal@gmail.com>2014-05-11 21:01:32 +0400
committerChirayu Chiripal <chirayu.chiripal@gmail.com>2014-05-14 16:00:11 +0400
commitc3f2abe873ce6d9299ae359efa475343b2a84d08 (patch)
tree7171ee1db83fc85482dfb1e14030e400e374771b /tbl_change.php
parent558ae8dca54a9112483e2a51cab6c01067fa220e (diff)
FR #1487: Browse Foreign Values should be modal dialog
Signed-off-by: Chirayu Chiripal <chirayu.chiripal@gmail.com>
Diffstat (limited to 'tbl_change.php')
-rw-r--r--tbl_change.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tbl_change.php b/tbl_change.php
index b42340dbd1..dee996ca73 100644
--- a/tbl_change.php
+++ b/tbl_change.php
@@ -69,6 +69,7 @@ $response = PMA_Response::getInstance();
$header = $response->getHeader();
$scripts = $header->getScripts();
$scripts->addFile('functions.js');
+$scripts->addFile('sql.js');
$scripts->addFile('tbl_change.js');
$scripts->addFile('jquery/jquery-ui-timepicker-addon.js');
$scripts->addFile('gis_data_editor.js');