diff --git a/templates/document.html b/templates/document.html index c3b5d85..ac343eb 100644 --- a/templates/document.html +++ b/templates/document.html @@ -244,7 +244,7 @@
Share link created!
No active shares
'; return; } - list.innerHTML = shares.map(s => ` + list.innerHTML = shares.map(s => { + const url = EXTERNAL_BASE + '/s/' + s.Token; + return `