This commit is contained in:
Ross
2021-04-29 23:31:14 +01:00
parent 7efa22c35f
commit 0a30a314d9
2 changed files with 13 additions and 6 deletions
@@ -85,7 +85,7 @@
type: "POST",
dataType: "json",
error: function(e) {
toastr.warning(`Error saving annotations (${e})`)
toastr.warning(`Error saving annotations`)
console.log(e);
},