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 14:27:24 +0400
committerRouslan Placella <rouslan@placella.com>2011-07-05 14:30:22 +0400
commit55d2358359fe65a09d737921bdf055128901a730 (patch)
treea61952cb5cd81dc212aef1d58abcd8b2ddb572ef /db_routines.php
parent1bbb2ea37e44969c26f4cc0bc98f4636ec4dcd09 (diff)
Factored out the JS for the editor of Routines, Triggers and Events and moved it into a namespace.
Diffstat (limited to 'db_routines.php')
-rw-r--r--db_routines.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/db_routines.php b/db_routines.php
index 946b240172..772267fc53 100644
--- a/db_routines.php
+++ b/db_routines.php
@@ -18,6 +18,7 @@ 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';
/**