Add form tag to allow autocomplete of username and password. (#42)

This commit is contained in:
Daniel Jin
2021-04-13 02:23:28 -04:00
committed by GitHub
parent 3af4a8b852
commit a145e72954
2 changed files with 38 additions and 35 deletions

View File

@@ -44,6 +44,7 @@
</script> </script>
</head> </head>
<body> <body>
<form action="javascript:void(0)">
<div id="login-box"> <div id="login-box">
<div id="login"> <div id="login">
<table> <table>
@@ -68,6 +69,7 @@
</table> </table>
</div> </div>
</div> </div>
</form>
<ul class="footer"> <ul class="footer">
<li class="footer-left">This site is actively using JavaScript.<br> <li class="footer-left">This site is actively using JavaScript.<br>
It doesn't contain ads, but is blocked by some ad filters.<br> It doesn't contain ads, but is blocked by some ad filters.<br>

View File

@@ -6,6 +6,7 @@ append vars
- css_list = css_list.concat(["window", "modal", "login/login"]) - css_list = css_list.concat(["window", "modal", "login/login"])
block body block body
form(action="javascript:void(0)")
div(id="login-box") div(id="login-box")
div(id="login") div(id="login")
table table