X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/1024e7820ecb22cde464da17ae22b161adf75c3b..12d6c8f9c5b3edfe3c86a0a3b3ca1adcec706668:/redakcja/static/js/wiki/view_editor_wysiwyg.js?ds=inline diff --git a/redakcja/static/js/wiki/view_editor_wysiwyg.js b/redakcja/static/js/wiki/view_editor_wysiwyg.js index ad48a21c..37e86139 100644 --- a/redakcja/static/js/wiki/view_editor_wysiwyg.js +++ b/redakcja/static/js/wiki/view_editor_wysiwyg.js @@ -486,8 +486,8 @@ $('#html-view').html(element); _finalize(success); }, - error: function(text){ - $('#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); } });