X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/351e2a633425b85d99a284b8836f375f81cc8dce..f9f061cab006c95dec8e972ce3989a0215756a81:/platforma/static/js/main.js diff --git a/platforma/static/js/main.js b/platforma/static/js/main.js index ddbe756b..62ee8ff6 100644 --- a/platforma/static/js/main.js +++ b/platforma/static/js/main.js @@ -361,8 +361,8 @@ $(function() { CodeMirror.fromTextArea('id_text', { parserfile: 'parsexml.js', - path: "/static/js/lib/codemirror/", - stylesheet: "/static/css/xmlcolors.css", + path: STATIC_URL + "js/lib/codemirror/", + stylesheet: STATIC_URL + "css/xmlcolors.css", parserConfig: { useHTMLKludges: false },