diff --git a/static/index.js b/static/index.js index 54407b3..55cc051 100644 --- a/static/index.js +++ b/static/index.js @@ -96,7 +96,8 @@ function delete_item(e) { e.remove(); }) .fail(function(request) { - add_error(e); + console.log(request); + add_error($(".row", e)); e.css("display", "block"); }); return;