瀏覽代碼

Fix typo in login.html

MuxZeroNet 7 年之前
父節點
當前提交
f4bb6d24e5
共有 1 個文件被更改,包括 2 次插入2 次删除
  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>