From a99b41a101d83b9dff6c4056f1676e31896dd83e Mon Sep 17 00:00:00 2001 From: Dave C-J Date: Wed, 14 May 2014 15:14:53 +0100 Subject: [PATCH] Self inflicted type - apologies to all... --- public/red/ui/view.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/red/ui/view.js b/public/red/ui/view.js index 54ea8d1c9..e3514c237 100644 --- a/public/red/ui/view.js +++ b/public/red/ui/view.js @@ -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");