fix a few more paths that I missed

This commit is contained in:
ansuz
2016-06-23 12:44:30 +02:00
parent b3deb9531d
commit df99395b4d
2 changed files with 22 additions and 22 deletions

View File

@@ -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');