Field autofocus (fixes #20)
This commit is contained in:
parent
195dbd7c56
commit
cd942cb7b0
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
<div class="champs">
|
||||
<span class="URLinput_wrapper">
|
||||
<input class="URLinput" type="url" name="url" id="url"
|
||||
required placeholder="http://example.com/video" />
|
||||
required autofocus placeholder="http://example.com/video" />
|
||||
</span>
|
||||
<input class="downloadBtn" type="submit" value="Download" /><br/>
|
||||
{if $convert}
|
||||
|
|
Loading…
Reference in a new issue