Commit d5cc818f by doszhang

dos

parent c589cdf9
...@@ -167,7 +167,7 @@ function createItem(flag, no) { ...@@ -167,7 +167,7 @@ function createItem(flag, no) {
let item = flagTemplate.clone(); let item = flagTemplate.clone();
item.find('.flag-no').text(no); item.find('.flag-no').text(no);
item.find('.flag-text').text(flag).addClass('flag' + no); item.find('.flag-text').text(flag).addClass('flag' + no);
$('.flag-frame').append(item); $('.flag-frame').append(item.wrap('<span></span>'));
} }
function fadeInTextUp(text, fadeTime, divName) { function fadeInTextUp(text, fadeTime, divName) {
......
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