mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-01-02 07:36:17 +00:00
50 rounds instead of 1..
This commit is contained in:
@@ -171,7 +171,7 @@ var Nochan = {
|
|||||||
|
|
||||||
}
|
}
|
||||||
setTimeout(function(){
|
setTimeout(function(){
|
||||||
if(Nochan.times_rotated == 2 && frontpage){
|
if(Nochan.times_rotated == 50 && frontpage){
|
||||||
Nochan.times_rotated = 0;
|
Nochan.times_rotated = 0;
|
||||||
socket.emit("frontpage_lists");
|
socket.emit("frontpage_lists");
|
||||||
}else if(frontpage){
|
}else if(frontpage){
|
||||||
|
|||||||
Reference in New Issue
Block a user