Update share.button.js

This commit is contained in:
Julian Prieber 2022-10-04 15:38:26 +02:00
parent 3c4df6721c
commit 604a0f631d

View File

@ -62,7 +62,7 @@ var copyToClipboard = (function () {
copyToClipboard.handleCopyIconClick();
$('#share-share-button').on('click', () => {
document.querySelector('#share-share-button').addEventListener('click', () => {
if (navigator.share) {
navigator.share({
title: '',