mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
[help-sidebar] Tidy up some errors
This commit is contained in:
@@ -303,7 +303,7 @@
|
||||
return this.name;
|
||||
}
|
||||
var b = this.broker;
|
||||
if (b === "") { b = "undefined"; }
|
||||
if (!b) { b = "undefined"; }
|
||||
var lab = "";
|
||||
lab = (this.clientid?this.clientid+"@":"")+b;
|
||||
if (b.indexOf("://") === -1){
|
||||
|
Reference in New Issue
Block a user