- commit
- 3c442fd3221d716ff1c830aad6c4ef6d55e83b24
- parent
- f100c819ebece752795e0b981520346fd4882ced
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2017-10-27 20:06
make input required
Diffstat
| M | index.html | 2 | +- |
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
@@ -86,7 +86,7 @@ 86 86 <form> 87 87 <label> 88 88 Repository89 -1 <input name="repo" placeholder="jquery/jquery" autofocus />-1 89 <input name="repo" placeholder="jquery/jquery" required autofocus /> 90 90 </label> 91 91 <button>Get stats!</button> 92 92 </form>