Hotfix: remove buggy autofocus (fixes #117)
This commit is contained in:
parent
dc109f39f3
commit
785a2f01a4
1 changed files with 3 additions and 2 deletions
|
@ -9,8 +9,9 @@
|
||||||
</label>
|
</label>
|
||||||
<div class="champs">
|
<div class="champs">
|
||||||
<span class="URLinput_wrapper">
|
<span class="URLinput_wrapper">
|
||||||
<input class="URLinput large-font" type="url" name="url" id="url"
|
<!-- We used to have an autofocus attribute on this field but it triggerd a very specific CSS bug: https://github.com/Rudloff/alltube/issues/117 -->
|
||||||
required autofocus placeholder="http://example.com/video" />
|
<input class="URLinput large-font" type="url" name="url" id="url"
|
||||||
|
required placeholder="http://example.com/video" />
|
||||||
</span>
|
</span>
|
||||||
{if $config->uglyUrls}
|
{if $config->uglyUrls}
|
||||||
<input type="hidden" name="page" value="video" />
|
<input type="hidden" name="page" value="video" />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue