Commit 70910a00 by doszhang

dos

parent e51e6a8c
......@@ -172,9 +172,10 @@ function chooseAnswer(e) {
nowAnswer = '';
} else {
nowAnswer = $('.question' + nowQuestionIndex + '-block .answer').index(node);
answerArr[nowQuestionIndex - 1] = nowAnswer;
node.find('div[class$=-active]').show();
}
answerArr[nowQuestionIndex - 1] = nowAnswer;
}
function showQuestion() {
......
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