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:
authorRouslan Placella <rouslan@placella.com>2011-07-05 15:30:06 +0400
committerRouslan Placella <rouslan@placella.com>2011-07-05 15:40:33 +0400
commit3b19b5393405fd13474789b93be3603c1e9b388a (patch)
tree1c389146ec8522a1b097382bdc9b9e9570dbcc0a /db_routines.php
parent5769a2143c76020e698c1e3545a601cdd1c9e488 (diff)
Move JS code for Routines, Triggers and Events into a separate folder
Diffstat (limited to 'db_routines.php')
-rw-r--r--db_routines.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/db_routines.php b/db_routines.php
index 772267fc53..7f7e9d22be 100644
--- a/db_routines.php
+++ b/db_routines.php
@@ -18,8 +18,8 @@ require_once './libraries/mysql_charsets.lib.php';
*/
$GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.custom.js';
$GLOBALS['js_include'][] = 'jquery/timepicker.js';
-$GLOBALS['js_include'][] = 'rte_common.js';
-$GLOBALS['js_include'][] = 'db_routines.js';
+$GLOBALS['js_include'][] = 'rte/common.js';
+$GLOBALS['js_include'][] = 'rte/routines.js';
/**
* Include all other files