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

@ -40,6 +40,7 @@ App.Presenters.HomePresenter = function(
}).fail(function(response) {
messagePresenter.showError($el, response.json && response.json.error || response);
loaded();
});
}