Commit f9e27be0 by doszhang

dos

parent de9b1396
...@@ -467,7 +467,7 @@ function countDown(callback) { ...@@ -467,7 +467,7 @@ function countDown(callback) {
angle = 0; angle = 0;
let numNode = $('.countdown-num').clone(); let numNode = $('.countdown-num').clone();
$('.countdown-num').remove(); // $('.countdown-num').remove();
numNode.text(countdown); numNode.text(countdown);
numNode.appendTo('.countdown-page'); numNode.appendTo('.countdown-page');
} }
......
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