mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-04-07 15:11:11 +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();
|
||||
|
||||
$('#share-share-button').on('click', () => {
|
||||
document.querySelector('#share-share-button').addEventListener('click', () => {
|
||||
if (navigator.share) {
|
||||
navigator.share({
|
||||
title: '',
|
||||
|
Loading…
x
Reference in New Issue
Block a user