mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
Fixed errors in mass tag being silenced
This commit is contained in:
@ -198,7 +198,7 @@ App.Presenters.PostListPresenter = function(
|
||||
$post.data('post', post);
|
||||
softRenderPost($post);
|
||||
}).fail(function(response) {
|
||||
console.log(response);
|
||||
window.alert(response.json && response.json.error || response);
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user