1
0
mirror of https://github.com/cydrobolt/polr.git synced 2024-09-19 15:11:40 +02:00

#347 Add alt tag to qr code image

This commit is contained in:
overint 2017-10-22 12:05:13 +11:00
parent 162f468b1c
commit 5a6f4ca3a5

View File

@ -18,6 +18,7 @@ $('#generateQRCode').click(function () {
width: 280,
height: 280
});
container.find('img').attr('alt', original_link);
container.show();
});