mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
remove undefined loadFlowLibrary call
This commit is contained in:
parent
c1dae95f71
commit
1ee43113b1
@ -418,8 +418,6 @@ var RED = (function() {
|
|||||||
RED.notify(RED._("palette.event.nodeUpgraded", {module:msg.module,version:msg.version}),"success");
|
RED.notify(RED._("palette.event.nodeUpgraded", {module:msg.module,version:msg.version}),"success");
|
||||||
RED.nodes.registry.setModulePendingUpdated(msg.module,msg.version);
|
RED.nodes.registry.setModulePendingUpdated(msg.module,msg.version);
|
||||||
}
|
}
|
||||||
// Refresh flow library to ensure any examples are updated
|
|
||||||
RED.library.loadFlowLibrary();
|
|
||||||
});
|
});
|
||||||
RED.comms.subscribe("event-log/#", function(topic,payload) {
|
RED.comms.subscribe("event-log/#", function(topic,payload) {
|
||||||
var id = topic.substring(9);
|
var id = topic.substring(9);
|
||||||
|
Loading…
Reference in New Issue
Block a user