From 3ddabee00008121a36dfd813e81d44e207f4b118 Mon Sep 17 00:00:00 2001 From: Evan Khee Date: Sat, 4 May 2024 21:05:41 +0800 Subject: [PATCH] fixes maybe --- script.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/script.js b/script.js index eb9b1ec..93cbaca 100644 --- a/script.js +++ b/script.js @@ -288,9 +288,7 @@ async function shareImage(imageUrl) { }), ]; const shareData = { - title: fileName, files: filesArray, - url: document.location.origin, }; if (navigator.canShare && navigator.canShare(shareData)) { await navigator.share(shareData);