mirror of
https://github.com/documize/community.git
synced 2025-07-24 15:49:44 +02:00
code mirror URL fixed
This commit is contained in:
parent
caaa28f243
commit
92f0a7281a
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ export default Ember.Component.extend(TooltipMixin, {
|
|||
this._super(...arguments);
|
||||
|
||||
let self = this;
|
||||
CodeMirror.modeURL = "codemirror/mode/%N/%N.js";
|
||||
CodeMirror.modeURL = "/codemirror/mode/%N/%N.js";
|
||||
|
||||
let rawBody = this.get('meta.rawBody');
|
||||
let cleanBody = rawBody.replace("</pre>", "");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue