diff --git a/editor.php b/editor.php index 2f4a81e..1df4b03 100644 --- a/editor.php +++ b/editor.php @@ -184,7 +184,7 @@ function createNewCMInstance(num) { autoCloseBrackets: true, highlightSelectionMatches: true, showTrailingSpace: true, - lintWith: -1 ? CodeMirror.javascriptValidator : ';};?>false, + lint: false, keyMap: "ICEcoder" };