mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-04-20 13:17:26 +02:00
Update share.button.js
This commit is contained in:
parent
3c4df6721c
commit
604a0f631d
2
littlelink/js/share.button.js
vendored
2
littlelink/js/share.button.js
vendored
@ -62,7 +62,7 @@ var copyToClipboard = (function () {
|
|||||||
|
|
||||||
copyToClipboard.handleCopyIconClick();
|
copyToClipboard.handleCopyIconClick();
|
||||||
|
|
||||||
$('#share-share-button').on('click', () => {
|
document.querySelector('#share-share-button').addEventListener('click', () => {
|
||||||
if (navigator.share) {
|
if (navigator.share) {
|
||||||
navigator.share({
|
navigator.share({
|
||||||
title: '',
|
title: '',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user