mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Self inflicted type - apologies to all...
This commit is contained in:
parent
1bbd6297ba
commit
a99b41a101
@ -1258,7 +1258,7 @@ RED.view = function() {
|
||||
RED.keyboard.add(/* i */ 73,{ctrl:true},function(){showImportNodesDialog();d3.event.preventDefault();});
|
||||
|
||||
// TODO: 'dirty' should be a property of RED.nodes - with an event callback for ui hooks
|
||||
function setDirty(d) {___
|
||||
function setDirty(d) {
|
||||
dirty = d;
|
||||
if (dirty) {
|
||||
$("#btn-deploy").removeClass("disabled").addClass("btn-danger");
|
||||
|
Loading…
Reference in New Issue
Block a user