mirror of
https://github.com/Viren070/stremio-addons-list.git
synced 2025-12-01 23:19:02 +01:00
Update footer.html
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user