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>2012-04-26 02:47:24 +0400
committerRouslan Placella <rouslan@placella.com>2012-04-26 02:47:24 +0400
commit49a7f12e4e4125024a1b17eb1aa590f5db27deea (patch)
tree3ef753be619301cd5f5282e5cc92e328b0dff171 /db_triggers.php
parent285b9d036704152f2db27516476fec54d1385798 (diff)
Include CodeMirror globally
Diffstat (limited to 'db_triggers.php')
-rw-r--r--db_triggers.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/db_triggers.php b/db_triggers.php
index ec29205833..d94ea90d69 100644
--- a/db_triggers.php
+++ b/db_triggers.php
@@ -18,11 +18,6 @@ require_once 'libraries/common.lib.php';
$GLOBALS['js_include'][] = 'rte/common.js';
$GLOBALS['js_include'][] = 'rte/triggers.js';
-if ($GLOBALS['cfg']['CodemirrorEnable']) {
- $GLOBALS['js_include'][] = 'codemirror/lib/codemirror.js';
- $GLOBALS['js_include'][] = 'codemirror/mode/mysql/mysql.js';
-}
-
/**
* Include all other files
*/