Skip to content

Commit

Permalink
Removing display block style from QR images.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sem committed May 8, 2014
1 parent bb893b1 commit 9936dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendors/qrcodejs/qrcode.js
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ var QRCode;
})() : (function () { // Drawing in Canvas
function _onMakeImage() {
this._elImage.src = this._elCanvas.toDataURL("image/png");
this._elImage.style.display = "block";
//this._elImage.style.display = "block";
this._elCanvas.style.display = "none";
}

Expand Down

0 comments on commit 9936dea

Please sign in to comment.