From 56a8d6c52de147d0a4102aca10a8a8ec30e876c2 Mon Sep 17 00:00:00 2001 From: MatMasIt Date: Sun, 21 Nov 2021 19:04:35 +0100 Subject: [PATCH] Added "Pull up" sound --- js/main.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/main.js b/js/main.js index 5a8af7e..4716f87 100644 --- a/js/main.js +++ b/js/main.js @@ -43,6 +43,7 @@ $.getJSON("data.json", function (d) { displayQuestion(); }); function displayQuestion() { + if(total < 200) sef("pullup"); $("html, body").scrollTop(0); if (total < 1) { audio.pause();