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:
authorMarc Delisle <marc@infomarc.info>2016-01-18 15:31:29 +0300
committerMarc Delisle <marc@infomarc.info>2016-01-18 15:31:29 +0300
commit3c919fd63dcda3c9878ce4991c8d14dd1cdd2b14 (patch)
treec94f82551caaa507498fc78fe4214d3123ed218d /tbl_change.php
parentef3bcd47933dcf4c80b7956657fed7ba32c0e8f2 (diff)
Fix #11866 Direct calling of functions.js #11866
Signed-off-by: Marc Delisle <marc@infomarc.info>
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 45461539cb..2022abd487 100644
--- a/tbl_change.php
+++ b/tbl_change.php
@@ -79,7 +79,6 @@ $comments_map = PMA_getCommentsMap($db, $table);
$response = Response::getInstance();
$header = $response->getHeader();
$scripts = $header->getScripts();
-$scripts->addFile('functions.js');
$scripts->addFile('sql.js');
$scripts->addFile('tbl_change.js');
$scripts->addFile('big_ints.js');