node-red/editor/js
Nick O'Leary 4689d56955
Allow a node to decide for itself if its button should be enabled or not
This means:

  1. an Inject node that has only been moved can still inject
  2. the Debug node is now marked as changed when its button is clicked
     which, without this fix, then prevented the button from being
     clicked to toggle its state again
2017-04-23 23:20:50 +01:00
..
text Update copyright header for JS Foundation 2017-01-11 15:24:33 +00:00
ui Allow a node to decide for itself if its button should be enabled or not 2017-04-23 23:20:50 +01:00
comms.js Update copyright header for JS Foundation 2017-01-11 15:24:33 +00:00
events.js Update copyright header for JS Foundation 2017-01-11 15:24:33 +00:00
history.js Track node moves separately to node config changes 2017-04-23 23:20:36 +01:00
i18n.js Provide single endpoint to load all node message catalogs 2017-04-21 11:49:35 +01:00
keymap.json Scope input/export actions to be global 2017-01-11 14:15:14 +00:00
main.js Provide single endpoint to load all node message catalogs 2017-04-21 11:49:35 +01:00
nodes.js Add description to flow same as subflow 2017-03-17 01:29:19 +09:00
red.js Update copyright header for JS Foundation 2017-01-11 15:24:33 +00:00
settings.js Ensure auth-tokens are removed when no user is specified in settings 2017-01-21 23:49:20 +00:00
user.js Rename oauth auth scheme to strategy as it works for openid 2017-04-21 21:54:48 +01:00
validators.js Numeric validator that accepts blank should accept undefined 2017-01-25 16:11:56 +00:00