This commit is contained in:
Ashley 2023-11-04 08:42:26 +00:00
parent bb48d03dc8
commit 441890b7ce

View file

@ -2780,7 +2780,7 @@ More Epic options owo~
navigator.share({ navigator.share({
title: document.title, title: document.title,
text: "", text: "",
url: "https://" + window.location.hostname + "/<%=inv_vid.videoId%>" url: "https://" + window.location.hostname + "/<%=inv_vid.videoId%>?piwik_si=mobile_share"
}) })
.then(() => console.log('Successful share')) .then(() => console.log('Successful share'))
.catch(error => console.log('Error sharing:', error)); .catch(error => console.log('Error sharing:', error));