Commit fb6442c4 by doszhang

dos

parent 885a9c92
......@@ -334,7 +334,7 @@ function countDown(callback) {
countdown--;
if (countdown == 0) {
clearInterval(timer);
$('.countdown-num').removeClass('animate');
// $('.countdown-num').removeClass('animate');
callback();
} else {
......
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