Commit a114cfca by doszhang

dos

parent ca809006
......@@ -80,7 +80,7 @@ $(document).ready(function () {
$('input[name=btn-upload]').change(function () {
$('.regulate-block').show();
bindUpload(this, uploadCtx, uploadCanvas, 1, function () {
var mc = new Hammer($('#headCanvas1').get(0));
var mc = new Hammer($('#uploadCanvas').get(0));
bindMc(mc, uploadCtx, uploadCanvas, headimg[1], imgInfo1);
}, imgInfo);
return false;
......
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