Commit 05876abd by doszhang

dos

parent 1f899f79
...@@ -170,7 +170,7 @@ $(document).ready(function () { ...@@ -170,7 +170,7 @@ $(document).ready(function () {
setTimeout(function () { setTimeout(function () {
ctx2.fillText(text, left, top * 2); ctx2.fillText(text, left, top * 2);
$('.page:visible').find('.showBox').show().html('<img src="' + canvas2.toDataURL('image/png') + '">'); $('.page:visible').find('.showBox').show().html('<img src="' + canvas2.toDataURL('image/png') + '">');
}, 3000) }, 300)
}); });
}); });
......
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