Commit 869ff4d9 by doszhang

dos

parent 4c1759db
...@@ -136,7 +136,7 @@ function prevQuestion() { ...@@ -136,7 +136,7 @@ function prevQuestion() {
} }
function nextQuestion(e) { function nextQuestion(e) {
if ((e == 'indexbar' && watchedQuestion.indexOf(nowQuestionIndex)) || e != 'indexbar') { if ((e == 'indexbar' && (watchedQuestion.indexOf(nowQuestionIndex + 1) != -1)) || e != 'indexbar') {
if (nowQuestionIndex != 5) { if (nowQuestionIndex != 5) {
if (nowAnswer !== '') { if (nowAnswer !== '') {
let nowIndex = nowQuestionIndex; let nowIndex = nowQuestionIndex;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment