mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
revert DELETE change
This commit is contained in:
parent
1fdc600ecd
commit
c990ec39d6
@ -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);
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user