Skip to content

Commit

Permalink
fix shares qr-code on chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
9001 committed Nov 22, 2024
1 parent fae40c7 commit db069c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion copyparty/web/browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -4672,7 +4672,7 @@ var fileman = (function () {
toast.err(9, msg);
return;
}
surl = surl.slice(15);
surl = surl.slice(15).trim();
var txt = esc(surl) + '<img class="b64" src="' + surl + '?qr" />';
modal.confirm(txt + L.fs_ok, function() {
cliptxt(surl, function () {
Expand Down

0 comments on commit db069c3

Please sign in to comment.