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 /sql.php
parent285b9d036704152f2db27516476fec54d1385798 (diff)
Include CodeMirror globally
Diffstat (limited to 'sql.php')
-rw-r--r--sql.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/sql.php b/sql.php
index 5355dd6ea0..0dc0673b4f 100644
--- a/sql.php
+++ b/sql.php
@@ -21,12 +21,6 @@ $GLOBALS['js_include'][] = 'tbl_structure.js';
$GLOBALS['js_include'][] = 'indexes.js';
$GLOBALS['js_include'][] = 'gis_data_editor.js';
-if ($GLOBALS['cfg']['CodemirrorEnable']) {
- $GLOBALS['js_include'][] = 'codemirror/lib/codemirror.js';
- $GLOBALS['js_include'][] = 'codemirror/mode/mysql/mysql.js';
-}
-
-
/**
* Sets globals from $_POST
*/