mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-06-26 10:11:30 +00:00
changed font style for modal
This commit is contained in:
@ -77,10 +77,5 @@
|
||||
modal.remove();
|
||||
}
|
||||
}
|
||||
async function fetchAndRedirect(link) {
|
||||
const response = await fetch(link);
|
||||
const magnetLink = await response.text();
|
||||
window.location = magnetLink;
|
||||
}
|
||||
</script>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user