related to #1826 focus on user input when we create a user

This commit is contained in:
MatthieuLP
2022-12-14 12:36:33 +01:00
parent 6055ea13fc
commit 2a72114377

View File

@@ -661,7 +661,7 @@ function add_user_close() {
function add_user_open() {
$('#AddUser .AddUserInput').val('');
$("#AddUser").fadeIn();
$(".AddUserInput").first().focus();
$(".AddUserLabelUsername input").first().focus();
}
/*------------------