diff --git a/light9/ascoltami/Light9AscoltamiUi.ts b/light9/ascoltami/Light9AscoltamiUi.ts --- a/light9/ascoltami/Light9AscoltamiUi.ts +++ b/light9/ascoltami/Light9AscoltamiUi.ts @@ -252,12 +252,12 @@ export class Light9AscoltamiUi extends L const h1 = document.querySelector("h1")!; h1.innerText = h1.innerText.replace("{{host}}", config.host); } catch (e) {} - byId("nav").innerText = navigator.userAgent; + // byId("nav").innerText = navigator.userAgent; var updateFreq = navigator.userAgent.indexOf("Linux") != -1 ? 10 : 2; - if (navigator.userAgent.match(/Windows NT/)) { - // helper laptop - updateFreq = 10; - } + // if (navigator.userAgent.match(/Windows NT/)) { + // // helper laptop + // updateFreq = 10; + // } byId("updateReq").innerText = "" + updateFreq; (window as any).finishOldStyleSetup(this.times, this.onOldStyleUpdate.bind(this));