Skip to content

Commit 604a0f6

Browse files
committed
Update share.button.js
1 parent 3c4df67 commit 604a0f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

littlelink/js/share.button.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ var copyToClipboard = (function () {
6262

6363
copyToClipboard.handleCopyIconClick();
6464

65-
$('#share-share-button').on('click', () => {
65+
document.querySelector('#share-share-button').addEventListener('click', () => {
6666
if (navigator.share) {
6767
navigator.share({
6868
title: '',

0 commit comments

Comments
 (0)