Autofocus on input field
Closes https://github.com/wasi-master/13ft/issues/31
Esse commit está contido em:
+1
-1
@@ -149,7 +149,7 @@
|
||||
<form action="/article" method="post">
|
||||
<h1>Enter Website Link</h1>
|
||||
<label for="link">Link of the website you want to remove paywall for:</label>
|
||||
<input type="text" id="link" name="link" required>
|
||||
<input type="text" id="link" name="link" required autofocus>
|
||||
<input type="submit" value="Submit">
|
||||
</form>
|
||||
|
||||
|
||||
+1
-1
@@ -159,7 +159,7 @@ html = """
|
||||
<form action="/article" method="post">
|
||||
<h1>Enter Website Link</h1>
|
||||
<label for="link">Link of the website you want to remove paywall for:</label>
|
||||
<input type="text" id="link" name="link" required>
|
||||
<input type="text" id="link" name="link" required autofocus>
|
||||
<input type="submit" value="Submit">
|
||||
</form>
|
||||
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário