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:
authorEric Krona <eric@krona.tm>2012-02-09 21:45:58 +0400
committerMarc Delisle <marc@infomarc.info>2012-02-09 21:45:58 +0400
commita3b790512e4bd675bbfc071c9b4147ac180fff26 (patch)
tree00e1062d830b1d4596a746967b48f586b8bd4b85 /querywindow.php
parent52249c2db3801f3ff79fb726320a27c055977a0c (diff)
Patch #3480999 Activate codemirror in the query window
Diffstat (limited to 'querywindow.php')
-rw-r--r--querywindow.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/querywindow.php b/querywindow.php
index 2c28373552..c9ae98ca3b 100644
--- a/querywindow.php
+++ b/querywindow.php
@@ -119,6 +119,8 @@ $sql_query = '';
*/
$js_include[] = 'common.js';
$js_include[] = 'querywindow.js';
+$js_include[] = 'codemirror/lib/codemirror.js';
+$js_include[] = 'codemirror/mode/mysql/mysql.js';
if (PMA_isValid($_REQUEST['auto_commit'], 'identical', 'true')) {
$js_events[] = array(