1
Fork 0

shortu urls

This commit is contained in:
Ashley 2022-11-07 20:55:05 +01:00
parent 6766406ef7
commit 88639e6b99

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));