Commit 245f2c25 by doszhang

dos

parent 366b5859
......@@ -85,6 +85,8 @@ $(document).ready(function () {
});
$('input[name=btn-upload]').change(function () {
$('.regulate-block').show();
imgInfo = {};
img = '';
bindUpload(this, uploadCtx, uploadCanvas, 1, function (img) {
var mc = new Hammer($('#uploadCanvas').get(0));
bindMc(mc, uploadCtx, uploadCanvas, img, 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