fix a few more paths that I missed
This commit is contained in:
@@ -30,7 +30,7 @@ define([
|
||||
|
||||
var andThen = function (CMeditor) {
|
||||
var CodeMirror = module.CodeMirror = CMeditor;
|
||||
CodeMirror.modeURL = "/code/CodeMirror-5.16.0/mode/%N/%N.js";
|
||||
CodeMirror.modeURL = "/code/codemirror-5.16.0/mode/%N/%N.js";
|
||||
|
||||
var $pad = $('#pad-iframe');
|
||||
var $textarea = $pad.contents().find('#editor1');
|
||||
|
||||
Reference in New Issue
Block a user