Commit c5c4a63c by doszhang

dos

parent 88e4d8b8
......@@ -132,7 +132,7 @@ function nextQuestion(e) {
$('.question' + nowQuestionIndex + '-block').show();
}, 900);
} else {
if (source == 'btn') {
if (source) {
$('#notification_area').remove();
my_notify('请选择答案');
return false;
......
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