Skip to content
Snippets Groups Projects
Commit 749afe74 authored by Arthur Schiwon's avatar Arthur Schiwon
Browse files

when clicking on Add Group also put the focus into the group name field

parent faab6c09
Branches
No related tags found
No related merge requests found
......@@ -77,6 +77,7 @@ $(document).ready( function () {
$("#newgroup-init").show();
}
});
$('#newgroupname').focus();
});
// Responsible for Creating Groups.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment