whopsy 2
This commit is contained in:
parent
20b76c8c87
commit
d69fea51b9
6 changed files with 62 additions and 43 deletions
2
path.js
2
path.js
|
@ -1 +1 @@
|
|||
document.getElementById("path").addEventListener("keydown", function(e) { if (e.key === "Enter") { window.location.href = window.location.origin + e.target.value } })
|
||||
document.getElementsByClassName("path").addEventListener("keydown", function(e) { if (e.key === "Enter") { window.location.href = window.location.origin + e.target.value } })
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue