We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efdbc36 commit 70012b0Copy full SHA for 70012b0
static/js/custom.js
@@ -146,7 +146,7 @@ function addAuthorPart(html) {
146
function addQRPart(html) {
147
let div = document.createElement('div');
148
let qr = document.createElement('img');
149
- qr.setAttribute('src', 'https://api.qrserver.com/v1/create-qr-code/?size=70x70&data=' + window.location.href);
+ qr.setAttribute('src', 'https://api.qrserver.com/v1/create-qr-code/?size=70x70&data=' + window.location.href + '?utm_source=bookmark');
150
qr.setAttribute('style', 'width: 70px; height: 70px; max-width: none !important;');
151
div.appendChild(qr);
152
html.appendChild(div);
0 commit comments