Commit 64f32d58 by doszhang

dos

parent 78323d9b
...@@ -381,9 +381,9 @@ function submitAnswer() { ...@@ -381,9 +381,9 @@ function submitAnswer() {
$('.question-page').hide(); $('.question-page').hide();
$('.poster-page').show(); $('.poster-page').show();
$('.posterImg').attr('src', 'http://maf.dev.izhida.cn/Public/static/image2/poster' + resultType + '.png'); $('.posterImg').attr('src', 'http://maf.dev.izhida.cn/Public/static/image2/poster' + resultType + '.png');
createPoster(function () { // createPoster(function () {
$('#notification_area').remove(); // $('#notification_area').remove();
}); // });
}, 1000); }, 1000);
} }
} }
......
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