Commit 3fb1795f by doszhang

dos

parent e4e02d1a
......@@ -86,7 +86,7 @@ let oldRandFlag = [];
let first = true;
let startX;
let timer;
const fontSize = $('html').css('fontSize');
const fontSize = parseFloat($('html').css('fontSize'));
let flagTemplate = $('.flag-page .flag-frame').find('.flag-block').clone();
$('.flag-frame').html('').addClass('clearfix');
......
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