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