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:
authorPhilip Frank <bananer@users.sourceforge.net>2010-04-15 12:36:23 +0400
committerMichal Čihař <mcihar@novell.com>2010-04-15 12:36:23 +0400
commitc77216d53297f06605436814b07e7c6167198c21 (patch)
tree6d8dc420c19346eccd00586c3efcd66e14d14963 /db_import.php
parent97a5c047d135990f106d2db1918dbf34d2b4c49d (diff)
[interface] Convert upload progress bar to jQuery.
patch #2986073
Diffstat (limited to 'db_import.php')
-rw-r--r--db_import.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/db_import.php b/db_import.php
index d1c824715a..bdcd5d6989 100644
--- a/db_import.php
+++ b/db_import.php
@@ -12,11 +12,6 @@
require_once './libraries/common.inc.php';
/**
- * Load mootools for upload progress bar
- */
-$GLOBALS['js_include'][] = 'mootools-more.js';
-
-/**
* Gets tables informations and displays top links
*/
require './libraries/db_common.inc.php';