Fixed errors in mass tag being silenced
This commit is contained in:
parent
ec2fe23f7e
commit
d3fb910249
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue