diff --git a/cps/static/js/details.js b/cps/static/js/details.js index ba45da17..c3aaf4e4 100644 --- a/cps/static/js/details.js +++ b/cps/static/js/details.js @@ -28,7 +28,7 @@ $(document).on("click", "[data-shelf-action]", function (e) { } this.parentNode.removeChild(this); }) - .fail(xhr => { + .fail((xhr) => { const $msg = $("", { "class": "text-danger"}).text(xhr.responseText); $("#shelf-action-status").html($msg);