added crypting method
This commit is contained in:
parent
bd5a51bccb
commit
fbb9fd1886
6 changed files with 44 additions and 66 deletions
1
site/path.js
Normal file
1
site/path.js
Normal file
|
@ -0,0 +1 @@
|
|||
document.getElementById("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