@ -548,8 +548,7 @@ function addSearchInteractions() {
newLocation.hash = hash;
if (navigator.share) {
navigator.share({
text: newLocation.href,
url: newLocation.href,
text: newLocation.href
});
} else {
copyToClipboard(newLocation.href, "Share link copied to clipboard.")