From c4a431bd2fcef41f78de56c22130d9797b052d36 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Wed, 19 Sep 2012 17:59:29 +0100 Subject: [PATCH] Upgrade to CodeMirror 2.34 --- lib/settings.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/settings.php b/lib/settings.php index 6ef252e..7ce4847 100644 --- a/lib/settings.php +++ b/lib/settings.php @@ -30,8 +30,8 @@ include($settingsFile); // Add ICEcoder settings to beginning of $ICEcoder array $ICEcoder = array( "versionNo" => "0.8.5", - "codeMirrorDir" => "CodeMirror-2.33", - "cMThisVer" => 2.33 + "codeMirrorDir" => "CodeMirror-2.34", + "cMThisVer" => 2.34 )+$ICEcoder; // Update this config file?