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
|
||||
|
|
Loading…
Reference in a new issue