CodeMirror dir renamed to just that

Dropped version number so we can see cleaner commit changes in future
This commit is contained in:
Matt Pass
2015-04-25 15:12:47 +01:00
parent 0cb99eb48f
commit 12e6bedf6d
40 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
/* The lint marker gutter */
.CodeMirror-lint-markers {
width: 12px; margin-left: 2px;
width: 16px;
}
.CodeMirror-lint-tooltip {
@@ -43,7 +43,7 @@
.CodeMirror-lint-marker-error, .CodeMirror-lint-marker-warning {
background-position: center center;
background-repeat: no-repeat;
cursor: help;
cursor: pointer;
display: inline-block;
height: 16px;
width: 16px;

View File

@@ -10,7 +10,7 @@ $newConfigSettingsFile = '<?php
// ICEcoder system settings
$ICEcoderSettings = array(
"versionNo" => "5.0 beta",
"codeMirrorDir" => "CodeMirror-4.7",
"codeMirrorDir" => "CodeMirror",
"docRoot" => $_SERVER[\'DOCUMENT_ROOT\'],
"demoMode" => false,
"devMode" => false,