mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
small spelling mistake in deploy.js
This commit is contained in:
parent
b202c73708
commit
5610a3184e
@ -69,11 +69,10 @@ RED.deploy = (function() {
|
|||||||
]
|
]
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
RED.nodes.on('change',function(state) {
|
RED.nodes.on('change',function(state) {
|
||||||
if (state.dirty) {
|
if (state.dirty) {
|
||||||
window.onbeforeunload = function() {
|
window.onbeforeunload = function() {
|
||||||
return "You have undeploy changes.\n\nLeaving this page will lose these changes.";
|
return "You have undeployed changes.\n\nLeaving this page will lose these changes.";
|
||||||
}
|
}
|
||||||
$("#btn-deploy").removeClass("disabled");
|
$("#btn-deploy").removeClass("disabled");
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user