mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
added list kill for refresh
This commit is contained in:
@@ -71,11 +71,13 @@ $(document).ready(function()
|
||||
firstScriptTag.parentNode.insertBefore(tag, firstScriptTag);
|
||||
if(window.mobilecheck()){
|
||||
syncInterval = setInterval(getTime, 50000);
|
||||
listInterval = setInterval(updateList, 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