revert DELETE change

This commit is contained in:
Ben Hardill 2024-04-18 11:35:51 +01:00
parent 1fdc600ecd
commit c990ec39d6
No known key found for this signature in database
GPG Key ID: 74DD076979ABB1E7

View File

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