This commit is contained in:
Ross
2021-04-29 23:22:01 +01:00
parent d4ae7dbf6c
commit 6567c568c4
@@ -84,6 +84,11 @@
},
type: "POST",
dataType: "json",
statuCode: {
403: function() {
toastr.warning('Error saving annotations (403 forbidden)')
}
}
})
// $.ajax().done(), $.ajax().fail(), $ajax().always() are upto you. Add/change accordingly
.done(function (data) {