[help-sidebar] Tidy up some errors

This commit is contained in:
Nick O'Leary
2020-05-12 13:42:01 +01:00
parent ff310f89bd
commit 9f1373945b
2 changed files with 1 additions and 3 deletions

View File

@@ -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){