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