revert DELETE change

This commit is contained in:
Ben Hardill
2024-04-18 11:35:51 +01:00
parent 1fdc600ecd
commit c990ec39d6

View File

@@ -143,7 +143,7 @@ RED.palette.editor = (function() {
}).done(function(data,textStatus,xhr) {
callback();
}).fail(function(xhr,textStatus,err) {
callback(xhr, textStatus, err);
callback(xhr);
})
}