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-04 18:35:23 +0300
committerMichal Čihař <michal@cihar.com>2010-01-04 18:35:23 +0300
commit78b00824eb904603cf7fe1665624a89275c5a5e8 (patch)
tree7119d9df0ae9e0fe06c8ea65ddf9f0729cb739f1 /db_import.php
parentfbe2db84f1af39664ad63825b237ab3e794108a8 (diff)
[core] Updated mootools to fix some glitches with Safari.
Mootools are now in separate files as distributed upstream.
Diffstat (limited to 'db_import.php')
-rw-r--r--db_import.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/db_import.php b/db_import.php
index 37c3158aed..97cffbcb05 100644
--- a/db_import.php
+++ b/db_import.php
@@ -14,7 +14,8 @@ require_once './libraries/common.inc.php';
/**
* Load mootools for upload progress bar
*/
-$GLOBALS['js_include'][] = 'mootools.js';
+$GLOBALS['js_include'][] = 'mootools.js';
+$GLOBALS['js_include'][] = 'mootools-more.js';
/**
* Gets tables informations and displays top links