pullup: conditional and at 2000
This commit is contained in:
parent
56a8d6c52d
commit
e0882ecdb9
|
@ -43,7 +43,6 @@ $.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();
|
||||||
|
@ -52,6 +51,8 @@ function displayQuestion() {
|
||||||
$("#loose").show();
|
$("#loose").show();
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|
||||||
|
if(total < 2000) sef("pullup");
|
||||||
var index = 0;
|
var index = 0;
|
||||||
|
|
||||||
// sends comrad Dwayne to help (or calls him back)
|
// sends comrad Dwayne to help (or calls him back)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user