Skip to content

Commit

Permalink
change qr url
Browse files Browse the repository at this point in the history
  • Loading branch information
lecault committed May 6, 2024
1 parent fac1780 commit 8740ca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/mviewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -2371,7 +2371,7 @@ mviewer = (function () {
$("#permalinklink").attr("href", url).attr("target", "_blank");
$("#permaqr").attr(
"src",
"http://chart.apis.google.com/chart?cht=qr&chs=140x140&chl=" +
"https://api.qrserver.com/v1/create-qr-code/?size=140x140&data=" +
encodeURIComponent(url)
);
var urlIframe = `<iframe width="800" height="500" style="border:none;" src="${url}"></iframe>`;
Expand Down

0 comments on commit 8740ca6

Please sign in to comment.