Update footer.html

This commit is contained in:
Stripes
2022-10-24 23:37:12 +03:00
committed by GitHub
parent c5de1041e4
commit e9267f9a93
+6
View File
@@ -64,6 +64,12 @@
})
loadIsotope()
})
function copyLink(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'
window.prompt(copyLinkMsg, link)
}
</script>
</body>
</html>