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:
authorMichal Čihař <michal@cihar.com>2016-06-09 15:33:48 +0300
committerMichal Čihař <michal@cihar.com>2016-06-09 15:33:48 +0300
commitb23dcfb456da7d954243a9836ec30abf700178a4 (patch)
tree448ec74b13a3b0035e4a07e32e0d875235692ab1 /tbl_replace.php
parentcff938e15b54c1e61a2d701815032ead0ffe5902 (diff)
Remove no longer used bigints javascript
Signed-off-by: Michal Čihař <michal@cihar.com>
Diffstat (limited to 'tbl_replace.php')
-rw-r--r--tbl_replace.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tbl_replace.php b/tbl_replace.php
index 841978b325..b6ee7ab169 100644
--- a/tbl_replace.php
+++ b/tbl_replace.php
@@ -455,7 +455,6 @@ if (! empty($return_to_sql_query)) {
}
$scripts->addFile('tbl_change.js');
-$scripts->addFile('big_ints.js');
$active_page = $goto_include;