.
This commit is contained in:
@@ -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);
|
||||
},
|
||||
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user