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 /db_import.php
parentfa83f17fc10951a0a012251056f05cf4a0b2b13c (diff)
Load mootools in every page.
Diffstat (limited to 'db_import.php')
-rw-r--r--db_import.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/db_import.php b/db_import.php
index 97cffbcb05..d1c824715a 100644
--- a/db_import.php
+++ b/db_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';
/**