From: Lukasz Anwajler Date: Mon, 6 Sep 2010 10:41:19 +0000 (-0500) Subject: Merge branch 'master' of git@github.com:fnp/redakcja X-Git-Url: https://git.mdrn.pl/redakcja.git/commitdiff_plain/1024e7820ecb22cde464da17ae22b161adf75c3b?hp=28cd732838488b94daa3ff66dbb8a22a11de459e Merge branch 'master' of git@github.com:fnp/redakcja --- diff --git a/redakcja/static/js/wiki/view_editor_wysiwyg.js b/redakcja/static/js/wiki/view_editor_wysiwyg.js index 19869847..ad48a21c 100644 --- a/redakcja/static/js/wiki/view_editor_wysiwyg.js +++ b/redakcja/static/js/wiki/view_editor_wysiwyg.js @@ -487,12 +487,7 @@ _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 + '

'); + $('#html-view').html('

Wystąpił błąd:

'+text+'
'); _finalize(failure); } });