.
This commit is contained in:
@@ -84,13 +84,9 @@
|
|||||||
},
|
},
|
||||||
type: "POST",
|
type: "POST",
|
||||||
dataType: "json",
|
dataType: "json",
|
||||||
statuCode: {
|
|
||||||
403: function() {
|
|
||||||
toastr.warning('Error saving annotations (403 forbidden)')
|
|
||||||
}
|
|
||||||
},
|
|
||||||
error: function(e) {
|
error: function(e) {
|
||||||
toastr.warning(`Error saving annotations (${e})`)
|
toastr.warning(`Error saving annotations (${e})`)
|
||||||
|
console.log(e);
|
||||||
},
|
},
|
||||||
|
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user