mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
Focus record finder search when it opens - Fixes #1388
This commit is contained in:
parent
3f26113042
commit
90d2b87180
@ -19,4 +19,11 @@
|
||||
</button>
|
||||
</div>
|
||||
<?= Form::close() ?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
setTimeout(
|
||||
function(){ $('#<?= $this->getId('popup') ?> input.form-control:first').focus() },
|
||||
310
|
||||
)
|
||||
</script>
|
||||
|
Loading…
x
Reference in New Issue
Block a user