Browse Source

Fix typo in login.html

MuxZeroNet 7 years ago
parent
commit
f4bb6d24e5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      plugins/disabled-UiPassword/login.html

+ 2 - 2
plugins/disabled-UiPassword/login.html

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