From c56a27ab8f64712a0ba02112365f412e5d84c723 Mon Sep 17 00:00:00 2001 From: ivar Date: Tue, 7 Oct 2025 23:32:23 +0200 Subject: nn --- VegaData/wwwroot/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'VegaData/wwwroot/index.js') diff --git a/VegaData/wwwroot/index.js b/VegaData/wwwroot/index.js index 1a07ccb..ec27f4d 100644 --- a/VegaData/wwwroot/index.js +++ b/VegaData/wwwroot/index.js @@ -76,8 +76,8 @@ async function renderShows(query = search.value) { async function share(show) { const shareData = { title: `${show.title} ${dateString(show.startDateTime, true)} på vega`, - url: urlId(show), - }; + url: `${location.origin}/index.html#${urlId(show)}`, + } await navigator.share(shareData); } -- cgit v1.3