Update footer.html

This commit is contained in:
Stripes
2022-10-24 23:54:32 +03:00
committed by GitHub
parent 8d85d75aeb
commit 66054322a0
+1 -1
View File
@@ -30,7 +30,7 @@
$('.status-bar').html('Addon status: Offline')
});
})
function copyLink(link) {
function copyLink(event, link) {
let copyLinkMsg = 'Copy Share Link to Clipboard: Ctrl+C, Enter'
if (window.isMobile)
copyLinkMsg = 'Copy Share Link to Clipboard: Long Press Text, Select Copy'