Commit 90567508 by doszhang

dos

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