mirror of
https://github.com/cydrobolt/polr.git
synced 2024-11-09 19:52:28 +01:00
#347 Add alt tag to qr code image
This commit is contained in:
parent
162f468b1c
commit
5a6f4ca3a5
@ -18,6 +18,7 @@ $('#generateQRCode').click(function () {
|
||||
width: 280,
|
||||
height: 280
|
||||
});
|
||||
container.find('img').attr('alt', original_link);
|
||||
container.show();
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user