changed font style for modal

This commit is contained in:
Manan Jethwani
2021-07-13 20:00:43 +05:30
parent a8a96a99f4
commit 646502f9cf
3 changed files with 11 additions and 18 deletions

View File

@ -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>