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>
|
<script>
|
||||||
|
|
||||||
function onFormKeypress(e) {
|
function onFormKeypress(event) {
|
||||||
if (event.keyCode == 13) {
|
if (event.keyCode == 13) {
|
||||||
submit()
|
submit()
|
||||||
return false
|
return false
|
||||||
|
@ -113,4 +113,4 @@ if (result == "bad_password")
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue