improve further select_experiments: add time range in link
This commit is contained in:
@ -78,15 +78,16 @@ new Settings()
|
||||
.treat("lazyPermission", "wr", to_bool, true);
|
||||
|
||||
|
||||
let args = '';
|
||||
if (window.instrument) {
|
||||
window.clientTags = "&instrument=" + window.instrument;
|
||||
args += "&instrument=" + window.instrument;
|
||||
} else {
|
||||
let args = '';
|
||||
if (window.stream) { args += "&stream=" + window.stream; }
|
||||
if (window.device) { args += "&device=" + window.device; }
|
||||
if (window.hideRightPart) { args += "&history_only=1"; }
|
||||
window.clientTags = args;
|
||||
}
|
||||
if (window.hideRightPart) { args += "&history_only=1"; }
|
||||
window.clientTags = args;
|
||||
|
||||
// console.log('TAGS', window.clientTags);
|
||||
|
||||
|
Reference in New Issue
Block a user