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>2013-02-03 17:38:11 +0400
committerMarc Delisle <marc@infomarc.info>2013-02-03 17:38:11 +0400
commite48679885047efe938f143301e02209adbffee2b (patch)
treeee1d536a590a09e6eb078f48138ebb646fc06e2a /tbl_change.php
parent7db8605cbba6702bfdb80aa53fcb463ae1219ced (diff)
Include keyhandler.js globally
Diffstat (limited to 'tbl_change.php')
-rw-r--r--tbl_change.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tbl_change.php b/tbl_change.php
index 8e4ae0638c..2e6f542cd0 100644
--- a/tbl_change.php
+++ b/tbl_change.php
@@ -114,7 +114,6 @@ $header = $response->getHeader();
$scripts = $header->getScripts();
$scripts->addFile('functions.js');
$scripts->addFile('tbl_change.js');
-$scripts->addFile('keyhandler.js');
$scripts->addFile('jquery/jquery-ui-timepicker-addon.js');
$scripts->addFile('gis_data_editor.js');