This commit is contained in:
Ross
2021-04-29 23:26:37 +01:00
parent 9ec9e1286c
commit 7efa22c35f
@@ -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);
},
})