diff --git a/web/choose.js b/web/choose.js index eaa23fb..245dcf8 100644 --- a/web/choose.js +++ b/web/choose.js @@ -142,7 +142,7 @@ function gotoCollage() { for (const img of selectedPhotos) { if (!img.src.endsWith("stock.svg")) { - photoUrls.push(img.src) + photoUrls.push((new URL(img.src)).pathname) } } const encodedURLS = encodeURIComponent(JSON.stringify(photoUrls)) diff --git a/web/index.html b/web/index.html index 8a17185..f3709fa 100644 --- a/web/index.html +++ b/web/index.html @@ -12,6 +12,7 @@
+

Select Images