mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Forgot to reset frontpage counter
This commit is contained in:
@@ -171,7 +171,8 @@ var Nochan = {
|
||||
|
||||
}
|
||||
setTimeout(function(){
|
||||
if(Nochan.times_rotated == 2 && frontpage){
|
||||
if(Nochan.times_rotated == 50 && frontpage){
|
||||
Nochan.times_rotated = 0;
|
||||
socket.emit("frontpage_lists");
|
||||
}else if(frontpage){
|
||||
Nochan.times_rotated += 1;
|
||||
|
||||
Reference in New Issue
Block a user