mirror of
https://github.com/PhoenixTwoFive/karaoqueue.git
synced 2025-08-23 09:08:35 +02:00
Set focus on singer name input when modal is shown
This commit is contained in:
@@ -67,6 +67,9 @@
|
||||
e.preventDefault();
|
||||
submitModal();
|
||||
});
|
||||
$('#enqueueModal').on('shown.bs.modal', function (e) {
|
||||
$("#singerNameInput").focus();
|
||||
})
|
||||
});
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user