From 3cb4a3e0ae14e5d1beda8274ecac0ca9e508b45a Mon Sep 17 00:00:00 2001 From: Paul Liverman III Date: Tue, 24 Apr 2018 19:15:51 -0700 Subject: [PATCH] logging --- static/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;