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:
@ -109,6 +109,7 @@ App.Presenters.PostPresenter = function(
|
||||
$prevPost.removeAttr('href');
|
||||
keyboard.unbind('d');
|
||||
}
|
||||
}).fail(function() {
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user