Merge pull request #363 from ZogStriP/autofocus
autofocus the input in the "insert image" dialog when clicking on...
This commit is contained in:
commit
cd4d908023
|
@ -23,7 +23,7 @@
|
||||||
{{else}}
|
{{else}}
|
||||||
<div class='modal-body'>
|
<div class='modal-body'>
|
||||||
<form>
|
<form>
|
||||||
<input type="text" name="text" id="fileurl-input"><br>
|
<input type="text" name="text" id="fileurl-input" autofocus><br>
|
||||||
<span class='description'>{{i18n image_selector.remote_tip}}</span> <br>
|
<span class='description'>{{i18n image_selector.remote_tip}}</span> <br>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue