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>2010-01-25 14:49:46 +0300
committerMichal Čihař <michal@cihar.com>2010-01-25 14:49:46 +0300
commit201d0e892c91cdee0ecc3a8c48389a41b3532b74 (patch)
treeeb020e527d7f36011cda31c2362af00dba28aff2 /tbl_import.php
parentfa83f17fc10951a0a012251056f05cf4a0b2b13c (diff)
Load mootools in every page.
Diffstat (limited to 'tbl_import.php')
-rw-r--r--tbl_import.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tbl_import.php b/tbl_import.php
index bfdecd9c7b..a1bc3a0dd7 100644
--- a/tbl_import.php
+++ b/tbl_import.php
@@ -14,7 +14,6 @@ require_once './libraries/common.inc.php';
/**
* Load mootools for upload progress bar
*/
-$GLOBALS['js_include'][] = 'mootools.js';
$GLOBALS['js_include'][] = 'mootools-more.js';
/**