Added "Pull up" sound
This commit is contained in:
parent
abf7af0c6b
commit
56a8d6c52d
|
@ -43,6 +43,7 @@ $.getJSON("data.json", function (d) {
|
||||||
displayQuestion();
|
displayQuestion();
|
||||||
});
|
});
|
||||||
function displayQuestion() {
|
function displayQuestion() {
|
||||||
|
if(total < 200) sef("pullup");
|
||||||
$("html, body").scrollTop(0);
|
$("html, body").scrollTop(0);
|
||||||
if (total < 1) {
|
if (total < 1) {
|
||||||
audio.pause();
|
audio.pause();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user