mirror of
https://github.com/Dantyli/jquery.qrcode.js-addLOGO.git
synced 2026-08-12 20:32:13 +08:00
Update code.js
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@ $(function() {
|
|||||||
return window[window.webkitURL ? 'webkitURL' : 'URL']['createObjectURL'](blob);
|
return window[window.webkitURL ? 'webkitURL' : 'URL']['createObjectURL'](blob);
|
||||||
};
|
};
|
||||||
img.src = getUrl(this.files[0]);
|
img.src = getUrl(this.files[0]);
|
||||||
$('.logo').append(img);
|
$('.logo').html(img);
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
$('.makeEr').on('click', function() {
|
$('.makeEr').on('click', function() {
|
||||||
|
|||||||
Reference in New Issue
Block a user