mirror of
https://codeberg.org/ashley/poke
synced 2025-04-06 09:38:00 +00:00
shortu urls
This commit is contained in:
parent
6766406ef7
commit
88639e6b99
@ -2151,7 +2151,7 @@ More Epic options owo~
|
|||||||
navigator.share({
|
navigator.share({
|
||||||
title: document.title,
|
title: document.title,
|
||||||
text: "",
|
text: "",
|
||||||
url: window.location.href + "&pw=m"
|
url: "https://" + window.location.hostname + "/<%=video.id%>"
|
||||||
})
|
})
|
||||||
.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 New Issue
Block a user