mirror of
https://github.com/PhoenixTwoFive/karaoqueue.git
synced 2025-05-18 18:41:48 +02:00
Merge pull request #68 from PhoenixTwoFive/61-properly-set-focus-on-opening-enqueue-modal
Set focus on singer name input when modal is shown
This commit is contained in:
commit
0a038029f7
@ -67,6 +67,9 @@
|
||||
e.preventDefault();
|
||||
submitModal();
|
||||
});
|
||||
$('#enqueueModal').on('shown.bs.modal', function (e) {
|
||||
$("#singerNameInput").focus();
|
||||
})
|
||||
});
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user