50 rounds instead of 1..

This commit is contained in:
Kasper Rynning-Tønnesen
2016-02-02 17:03:03 +01:00
parent 3fc027a2e8
commit 6eb663fffa

View File

@@ -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){