Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/cydrobolt/polr.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authoroverint <emcmahonzx@gmail.com>2017-10-22 04:05:13 +0300
committeroverint <emcmahonzx@gmail.com>2017-10-22 04:05:13 +0300
commit5a6f4ca3a54c987262df2d0df0f37fb0a1380d5b (patch)
tree42548c15826dc6fc278c4554d859530a8cbeac32 /public
parent162f468b1c54b1675b5a9e0ddedf8e9c7f1addb4 (diff)
#347 Add alt tag to qr code image
Diffstat (limited to 'public')
-rw-r--r--public/js/shorten_result.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/public/js/shorten_result.js b/public/js/shorten_result.js
index 02cda0d..d9914b0 100644
--- a/public/js/shorten_result.js
+++ b/public/js/shorten_result.js
@@ -18,6 +18,7 @@ $('#generateQRCode').click(function () {
width: 280,
height: 280
});
+ container.find('img').attr('alt', original_link);
container.show();
});