# HG changeset patch # User drewp@bigasterisk.com # Date 2014-06-14 06:54:54 # Node ID d5c87125225e7198e82197150fd10d3ae2eac19a # Parent 8748f1f47fe876a10c33d36f38f627417d5c08f3 helper laptop gets faster asco update rate Ignore-this: ae2f8b21273b81f0b58b327d6861136 diff --git a/light9/ascoltami/index.html b/light9/ascoltami/index.html --- a/light9/ascoltami/index.html +++ b/light9/ascoltami/index.html @@ -47,6 +47,10 @@ $("#nav").text(navigator.userAgent); var updateFreq = (navigator.userAgent.indexOf("Linux") != -1) ? 10 : 2; + if (navigator.userAgent.match(/Windows NT/)) { + // helper laptop + updateFreq = 10; + } $("#updateReq").text(updateFreq); var times = { // need to get these from server