Commit 82e05409 by dos

init

parent 6957bdf0
...@@ -108,6 +108,7 @@ $(document).ready(function () { ...@@ -108,6 +108,7 @@ $(document).ready(function () {
$('.btn-createposter').show(); $('.btn-createposter').show();
$('.upload-before').show(); $('.upload-before').show();
$('.upload-after').show(); $('.upload-after').show();
$('.username,.company').show();
var mc = new Hammer($('#uploadCanvas').get(0)); var mc = new Hammer($('#uploadCanvas').get(0));
bindMc(mc, uploadCtx, uploadCanvas, img, imgInfo); bindMc(mc, uploadCtx, uploadCanvas, img, imgInfo);
}, imgInfo); }, imgInfo);
......
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