1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Disable the notification for the Change node editor

Disable the notification on the Change node.
Once the infrastructure for validation error messages is implemented
this can be re-enabled and retrofitted to the
new structure.
This commit is contained in:
Frank van de Pol 2013-12-24 23:29:40 +01:00
parent 1ebc5979aa
commit 44e920fde2

View File

@ -67,7 +67,6 @@
var re = new RegExp(this.from, "g");
return true;
} catch(err) {
RED.notify("<strong>Error</strong>: "+err.message,"error");
return false;
}
}