1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2025-01-19 01:03:29 -05:00

shortu urls

This commit is contained in:
Ashley 2022-11-07 20:55:05 +01:00
parent 04898a9205
commit 3f192a16fb

View file

@ -2151,7 +2151,7 @@ More Epic options owo~
navigator.share({
title: document.title,
text: "",
url: window.location.href + "&pw=m"
url: "https://" + window.location.hostname + "/<%=video.id%>"
})
.then(() => console.log('Successful share'))
.catch(error => console.log('Error sharing:', error));