mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-22 20:57: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({
|
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));
|
||||||
|
|
Loading…
Reference in a new issue