We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49c7750 commit dd47a9bCopy full SHA for dd47a9b
pod/main/static/js/main.js
@@ -390,7 +390,8 @@ document.addEventListener("change", (e) => {
390
img.src = "/static/img/logoPod_animated.svg";
391
setTimeout(function () {
392
img.src =
393
- "//quickchart.io/chart?cht=qr&chs=200x200&chl=" + encodeURIComponent(txtpartage.value);
+ "//quickchart.io/chart?cht=qr&chs=200x200&chl=" +
394
+ encodeURIComponent(txtpartage.value);
395
}, 2000);
396
});
397
0 commit comments