Commit 8322f33e by doszhang

dos

parent d203a7c3
......@@ -124,7 +124,7 @@ function addFlag() {
function showFlagPage() {
$('.red-line').addClass('animate');
setTimeout(function () {
$('.red-line').removeClass('animate');
// $('.red-line').removeClass('animate');
$('.page1').fadeOut(500);
$('.flag-page').show();
$('.flag-page .choose-num').text(chooseNum);
......
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