diff --git a/anatomy/templates/anatomy/question_detail.html b/anatomy/templates/anatomy/question_detail.html index 88a51900..0b10f69f 100644 --- a/anatomy/templates/anatomy/question_detail.html +++ b/anatomy/templates/anatomy/question_detail.html @@ -84,13 +84,9 @@ }, type: "POST", dataType: "json", - statuCode: { - 403: function() { - toastr.warning('Error saving annotations (403 forbidden)') - } - }, error: function(e) { toastr.warning(`Error saving annotations (${e})`) + console.log(e); }, })