mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 14:50:17 -04:00
Merge pull request #9505 from stephane84/fix-9497
Refocus input field after user creation
This commit is contained in:
commit
ec4cb56bd7
1 changed files with 1 additions and 0 deletions
|
|
@ -618,6 +618,7 @@ $(document).ready(function () {
|
|||
if(!UserList.has(username)) {
|
||||
UserList.add(username, username, result.data.groups, null, 'default', result.data.storageLocation, 0, true);
|
||||
}
|
||||
$('#newusername').focus();
|
||||
}
|
||||
}
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue