mirror of
https://github.com/HelloZeroNet/ZeroNet.git
synced 2023-12-14 04:33:03 +01:00
Fix typo in login.html
This commit is contained in:
parent
76013aa5fd
commit
f4bb6d24e5
1 changed files with 2 additions and 2 deletions
|
@ -74,7 +74,7 @@ label { vertical-align: -1px; color: #9EA5B3; transition: all 0.3s; }
|
|||
|
||||
<script>
|
||||
|
||||
function onFormKeypress(e) {
|
||||
function onFormKeypress(event) {
|
||||
if (event.keyCode == 13) {
|
||||
submit()
|
||||
return false
|
||||
|
@ -113,4 +113,4 @@ if (result == "bad_password")
|
|||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue