mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
Merge branch 'master' of github.com:nixolas1/zoff
This commit is contained in:
@@ -72,10 +72,12 @@ $(document).ready(function()
|
||||
if(window.mobilecheck()){
|
||||
syncInterval = setInterval(getTime, 50000);
|
||||
listInterval = setInterval(updateList, 50000);
|
||||
//listKillInterval = setInterval(ks, 50000);
|
||||
document.getElementById("search").blur();
|
||||
}else{
|
||||
syncInterval = setInterval(getTime, 5000);
|
||||
listInterval = setInterval(updateList, 10000);
|
||||
//listKillInterval = setInterval(ks, 50000);
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user