diff --git a/static/index.js b/static/index.js index 55cc051..a0b2d85 100644 --- a/static/index.js +++ b/static/index.js @@ -96,8 +96,8 @@ function delete_item(e) { e.remove(); }) .fail(function(request) { - console.log(request); add_error($(".row", e)); + code.css("color", "black"); // make key still readable e.css("display", "block"); }); return;