10 seconds instead of 20

This commit is contained in:
Kasper Rynning-Tønnesen
2015-05-03 01:45:25 +02:00
parent f3f9e48956
commit 617662c455
2 changed files with 3 additions and 3 deletions

View File

@@ -40,7 +40,7 @@ socket.on("toast", function(msg)
msg=rnd(["Skipping is democratic, only one vote per person!", "More people have to vote to skip, not just you!", "Get someone else to skip too! You can't do it on yourself."])
break;
case "notyetskip":
msg="Skipping is disabled the first 30 seconds of the video.";
msg="Skipping is disabled the first 10 seconds of the video.";
break;
}
Materialize.toast(msg, 4000);