mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
when clicking on Add Group also put the focus into the group name field
This commit is contained in:
parent
faab6c095c
commit
749afe74df
1 changed files with 1 additions and 0 deletions
|
|
@ -77,6 +77,7 @@ $(document).ready( function () {
|
|||
$("#newgroup-init").show();
|
||||
}
|
||||
});
|
||||
$('#newgroupname').focus();
|
||||
});
|
||||
|
||||
// Responsible for Creating Groups.
|
||||
|
|
|
|||
Loading…
Reference in a new issue