Merge pull request #810 from MuxZeroNet/patch-10
Fix typo in login.html
This commit is contained in:
commit
22eff13fe3
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
|
||||||
|
|
Loading…
Reference in a new issue