Fix typo in login.html

This commit is contained in:
MuxZeroNet 2017-02-05 06:53:11 +00:00 committed by GitHub
parent 76013aa5fd
commit f4bb6d24e5
1 changed files with 2 additions and 2 deletions

View File

@ -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>