mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
Fixed some promises not handling errors
This commit is contained in:
@ -51,6 +51,9 @@ App.Presenters.PostListPresenter = function(
|
||||
function() {
|
||||
reinit(params, function() {});
|
||||
});
|
||||
}).fail(function() {
|
||||
console.log(arguments);
|
||||
loaded();
|
||||
});
|
||||
|
||||
jQuery(window).on('resize', windowResized);
|
||||
|
Reference in New Issue
Block a user