This commit is contained in:
Stephane V 2014-07-07 18:32:51 +02:00
parent 1f29bd18e9
commit 179a707e29
1 changed files with 1 additions and 0 deletions

View File

@ -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();
}
}
);