mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
Typo fix
This commit is contained in:
parent
ea684db2d9
commit
79690a84db
@ -101,7 +101,7 @@ module.exports = function(RED) {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!node.server.connected) {
|
if (!node.serverConfig.connected) {
|
||||||
node.status({fill:"grey",shape:"ring",text:"connecting"});
|
node.status({fill:"grey",shape:"ring",text:"connecting"});
|
||||||
node.client.connect(function(sessionId) {
|
node.client.connect(function(sessionId) {
|
||||||
node.serverConfig.connected = true;
|
node.serverConfig.connected = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user