From 15687ed943b5d79235d62213963bebc833b97810 Mon Sep 17 00:00:00 2001 From: pisouvigne Date: Sat, 1 Aug 2020 23:32:44 +0200 Subject: [PATCH] f --- site/v1/js/func.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/v1/js/func.js b/site/v1/js/func.js index e9c3b68..275d87e 100644 --- a/site/v1/js/func.js +++ b/site/v1/js/func.js @@ -875,7 +875,7 @@ function wait(mode, btn) { setMode("Normal"); break; case "vanilla": - setTimeout(vanillaSelection, time); + setTimeout(playVanilla, time); setMode("Vanilla") break; case "perso":