Commit acef3617 by doszhang

dos

parent a026cfb8
......@@ -70,9 +70,7 @@ $(document).ready(function () {
$('.btn-go').on('click',homeBtnGoHandleClick);
$('[name=upload]').change(function() {
$('.copywriting2,btn-tocreate').fadeOut(300);
$('.upload-page').delay(200).fadeIn(300);
$('[name=btn-tocreate]').change(function() {
imgInfo.rotation = 0;
imgInfo.x = 0;
imgInfo.y = 0;
......@@ -110,7 +108,8 @@ $(document).ready(function () {
'z-index': 9
});
drawImage();
$('.copywriting2,btn-tocreate').fadeOut(300);
$('.upload-page').delay(200).fadeIn(300);
results = null;
imgData = null;
};
......
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