mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
Fixed error messages covered with content spinner
This commit is contained in:
@ -41,6 +41,7 @@ App.Presenters.PostListPresenter = function(
|
||||
failCallback: function(response) {
|
||||
$el.empty();
|
||||
messagePresenter.showError($el, response.json && response.json.error || response);
|
||||
loaded();
|
||||
}
|
||||
},
|
||||
function() {
|
||||
|
Reference in New Issue
Block a user