mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Fix the irc label breakage
This commit is contained in:
parent
95675bc6bc
commit
f7bdece081
@ -43,7 +43,7 @@
|
||||
icon: "hash.png",
|
||||
label: function() {
|
||||
var ircNode = RED.nodes.node(this.ircserver);
|
||||
return this.name||((ircNode?ircNode.label():"irc");
|
||||
return this.name||(ircNode?ircNode.label():"irc");
|
||||
},
|
||||
labelStyle: function() {
|
||||
return this.name?"node_label_italic":"";
|
||||
|
Loading…
Reference in New Issue
Block a user