Merge pull request #9505 from stephane84/fix-9497

Refocus input field after user creation
remotes/origin/fix-10825
Vincent Petry 2014-07-07 23:11:23 +07:00
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();
}
}
);