Commit f4828f4b by doszhang

dos

parent c534ecc9
......@@ -51,7 +51,6 @@ var canvas = false,
uploadedImg = false;
$(document).ready(function () {
if ($('.page').height() < document.documentElement.clientHeight) {
alert(1)
var scale = document.documentElement.clientHeight / $('.page').height();
$('.bg').css({
'transform': 'scale(1,' + scale + ')'
......
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