Merge branch 'master' of git@stigma:platforma
[redakcja.git] / project / static / js / editor.js
index 3b750ca..f9f0900 100644 (file)
@@ -51,6 +51,7 @@ Panel.prototype.load = function (url) {
                },
         error: function(request, textStatus, errorThrown) {
             $.log('ajax', url, this.target, 'error:', textStatus, errorThrown);
+            $(self.contentDiv).html("<p>Wystapił błąd podczas wczytywania panelu.");
         }
     });
 }