Skip to content
Snippets Groups Projects
Commit ec4cb56b authored by Vincent Petry's avatar Vincent Petry
Browse files

Merge pull request #9505 from stephane84/fix-9497

Refocus input field after user creation
parents 45a4751f 179a707e
No related branches found
No related tags found
No related merge requests found
...@@ -618,6 +618,7 @@ $(document).ready(function () { ...@@ -618,6 +618,7 @@ $(document).ready(function () {
if(!UserList.has(username)) { if(!UserList.has(username)) {
UserList.add(username, username, result.data.groups, null, 'default', result.data.storageLocation, 0, true); UserList.add(username, username, result.data.groups, null, 'default', result.data.storageLocation, 0, true);
} }
$('#newusername').focus();
} }
} }
); );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment