Fixed error messages covered with content spinner

This commit is contained in:
Marcin Kurczewski
2014-09-27 10:31:12 +02:00
parent 5291d02b4c
commit 3da8d2c233
5 changed files with 12 additions and 2 deletions

View File

@ -41,6 +41,7 @@ App.Presenters.PostListPresenter = function(
failCallback: function(response) {
$el.empty();
messagePresenter.showError($el, response.json && response.json.error || response);
loaded();
}
},
function() {