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 /server_status.php
parent285b9d036704152f2db27516476fec54d1385798 (diff)
Include CodeMirror globally
Diffstat (limited to 'server_status.php')
-rw-r--r--server_status.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/server_status.php b/server_status.php
index 3f3675890d..93c3283c76 100644
--- a/server_status.php
+++ b/server_status.php
@@ -430,8 +430,6 @@ if (PMA_DRIZZLE) {
* JS Includes
*/
-// needed to decide whether to load codemirror.js in server_status.js
-PMA_AddJSVar('cfg_CodemirrorEnable', $GLOBALS['cfg']['CodemirrorEnable'] ? 1 : 0);
$GLOBALS['js_include'][] = 'server_status.js';
$GLOBALS['js_include'][] = 'jquery/jquery.tablesorter.js';