Some tweaks

This commit is contained in:
2020-03-26 17:24:53 +00:00
parent 974fa1660a
commit 46fc5713eb
2 changed files with 5 additions and 6 deletions

View File

@@ -41,9 +41,7 @@
<script>
document.getElementById('sendButton').addEventListener('click', () => {
fetch(window.location + `?website=${document.getElementById("URL").value}`)
.then(res => tes.text())
.then(console.log);
window.location = window.location + `?website=${document.getElementById("URL").value}`;
})
</script>