mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-06 16:53:34 +02:00
related to #1826 focus on user input when we create a user
This commit is contained in:
@@ -661,7 +661,7 @@ function add_user_close() {
|
|||||||
function add_user_open() {
|
function add_user_open() {
|
||||||
$('#AddUser .AddUserInput').val('');
|
$('#AddUser .AddUserInput').val('');
|
||||||
$("#AddUser").fadeIn();
|
$("#AddUser").fadeIn();
|
||||||
$(".AddUserInput").first().focus();
|
$(".AddUserLabelUsername input").first().focus();
|
||||||
}
|
}
|
||||||
|
|
||||||
/*------------------
|
/*------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user