diff --git a/static/editor.md/editormd.js b/static/editor.md/editormd.js index 012113a..e0ff9ac 100644 --- a/static/editor.md/editormd.js +++ b/static/editor.md/editormd.js @@ -552,7 +552,7 @@ // _this.loadedDisplay(); }); - editormd.loadCSS(loadPath + "codemirror/codemirror.min"); + editormd.loadCSS(loadPath + "codemirror/lib/codemirror"); if (settings.searchReplace && !settings.readOnly) { @@ -565,7 +565,7 @@ editormd.loadCSS(loadPath + "codemirror/addon/fold/foldgutter"); } - editormd.loadScript(loadPath + "codemirror/codemirror.min", function() { + editormd.loadScript(loadPath + "codemirror/lib/codemirror", function() { editormd.$CodeMirror = CodeMirror; editormd.loadScript(loadPath + "codemirror/modes.min", function() { diff --git a/static/iconFont/demo_index.html b/static/iconFont/demo_index.html index 03c4556..3173541 100644 --- a/static/iconFont/demo_index.html +++ b/static/iconFont/demo_index.html @@ -30,6 +30,12 @@