Commit c99f456c by doszhang

dos

parent 90567508
...@@ -75,7 +75,7 @@ $(document).ready(function () { ...@@ -75,7 +75,7 @@ $(document).ready(function () {
}); });
function nextQuestion() { function nextQuestion() {
if (nowAnswer != '') { if (nowAnswer !== '') {
answerArr[nowQuestionIndex - 1] = nowAnswer; answerArr[nowQuestionIndex - 1] = nowAnswer;
nowAnswer = ''; nowAnswer = '';
} else { } else {
......
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