Focus record finder search when it opens - Fixes #1388

This commit is contained in:
Samuel Georges 2015-08-24 07:31:23 +10:00
parent 3f26113042
commit 90d2b87180

View File

@ -19,4 +19,11 @@
</button> </button>
</div> </div>
<?= Form::close() ?> <?= Form::close() ?>
</div> </div>
<script>
setTimeout(
function(){ $('#<?= $this->getId('popup') ?> input.form-control:first').focus() },
310
)
</script>