mirror of
https://github.com/cupcakearmy/blaze.git
synced 2025-12-09 04:35:00 +00:00
Add error page + Fix special chars bug
This commit is contained in:
2
dist/index.html
vendored
2
dist/index.html
vendored
@@ -60,7 +60,7 @@
|
||||
t = document.querySelector("button"),
|
||||
c = document.querySelector("input");
|
||||
t.addEventListener("click", () => {
|
||||
location.href = e + "?q=" + encodeURI(c.value);
|
||||
location.href = e + "?q=" + encodeURIComponent(c.value);
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user