Skip to content

Commit

Permalink
Eliminate Interval Mode reset on Random Root quiz
Browse files Browse the repository at this point in the history
  • Loading branch information
deltadada committed Sep 26, 2014
1 parent 15a40b9 commit 89f3396
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions boxfrets.js
Original file line number Diff line number Diff line change
Expand Up @@ -1279,10 +1279,8 @@ jQuery(document).ready(function() {
if($('#intervalQuiz').val() == CHECKANSWER){
// stop quiz
ctl_updateQuizzing(ST_QUIZZING_NONE);
ctl_updateIntervalMode(true);
} else {
// start interval quiz
ctl_updateIntervalMode(false);
ctl_updateQuizzing(ST_QUIZZING_RANDOMROOT);
}
})
Expand Down

0 comments on commit 89f3396

Please sign in to comment.