mirror of https://github.com/node-red/node-red.git
revert DELETE change
parent
1fdc600ecd
commit
c990ec39d6
|
@ -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);
|
||||
})
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue