mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-22 21:37:48 +01:00
yeah
This commit is contained in:
parent
bb48d03dc8
commit
441890b7ce
1 changed files with 1 additions and 1 deletions
|
@ -2780,7 +2780,7 @@ More Epic options owo~
|
|||
navigator.share({
|
||||
title: document.title,
|
||||
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'))
|
||||
.catch(error => console.log('Error sharing:', error));
|
||||
|
|
Loading…
Reference in a new issue