Skip to content

Commit dd47a9b

Browse files
author
github-actions
committed
Fixup. Format code with Prettier
1 parent 49c7750 commit dd47a9b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pod/main/static/js/main.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,8 @@ document.addEventListener("change", (e) => {
390390
img.src = "/static/img/logoPod_animated.svg";
391391
setTimeout(function () {
392392
img.src =
393-
"//quickchart.io/chart?cht=qr&chs=200x200&chl=" + encodeURIComponent(txtpartage.value);
393+
"//quickchart.io/chart?cht=qr&chs=200x200&chl=" +
394+
encodeURIComponent(txtpartage.value);
394395
}, 2000);
395396
});
396397

0 commit comments

Comments
 (0)