main js: fix clientTags
This commit is contained in:
@ -82,7 +82,6 @@ let args = '';
|
|||||||
if (window.instrument) {
|
if (window.instrument) {
|
||||||
args += "&instrument=" + window.instrument;
|
args += "&instrument=" + window.instrument;
|
||||||
} else {
|
} else {
|
||||||
let args = '';
|
|
||||||
if (window.stream) { args += "&stream=" + window.stream; }
|
if (window.stream) { args += "&stream=" + window.stream; }
|
||||||
if (window.device) { args += "&device=" + window.device; }
|
if (window.device) { args += "&device=" + window.device; }
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user