X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/507b2d4bf2ddee7fd083c72500ca04f5de71331e..5eb6cec012d33fb46914d7edeeaa12132175bb47:/redakcja/static/js/wiki/view_editor_wysiwyg.js diff --git a/redakcja/static/js/wiki/view_editor_wysiwyg.js b/redakcja/static/js/wiki/view_editor_wysiwyg.js index 19869847..37e86139 100644 --- a/redakcja/static/js/wiki/view_editor_wysiwyg.js +++ b/redakcja/static/js/wiki/view_editor_wysiwyg.js @@ -486,13 +486,8 @@ $('#html-view').html(element); _finalize(success); }, - error: function(text){ - /* only basic error message */ - var errorArray = text.split("\n"); - if (errorArray.length >= 3) { - text = errorArray[2].split(":")[0]; - } - $('#html-view').html('
WystÄ piÅ bÅÄ d: '+ text + '
'); + error: function(text, source){ + $('#html-view').html('WystÄ piÅ bÅÄ d:
'+text+'
'+source.replace(/&/g, '&').replace(/'); _finalize(failure); } });