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
diff options
context:
space:
mode:
authoroverint <emcmahonzx@gmail.com>2017-10-22 05:01:15 +0300
committeroverint <emcmahonzx@gmail.com>2017-10-22 05:01:15 +0300
commit8b979066a60c112eed6f879c0b0afee07bf0ca81 (patch)
tree7285a3c93cf4065f58dcc5db05e1fd7c899d4d82 /public/js/shorten_result.js
parenta44a3fb22519b6ef27ea7d3018d42609cfb384c4 (diff)
#347 Update selector names
Diffstat (limited to 'public/js/shorten_result.js')
-rw-r--r--public/js/shorten_result.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/public/js/shorten_result.js b/public/js/shorten_result.js
index 402919e..e497843 100644
--- a/public/js/shorten_result.js
+++ b/public/js/shorten_result.js
@@ -10,8 +10,8 @@ $('.result-box').change(function () {
});
-$('#generateQRCode').click(function () {
- var container = $('.qrCodeContainer');
+$('#generate-qr-code').click(function () {
+ var container = $('.qr-code-container');
container.empty();
new QRCode(container.get(0), {
text: original_link,