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

This commit is contained in:
Arthur Schiwon 2014-02-25 14:12:06 +01:00
parent faab6c095c
commit 749afe74df

View file

@ -77,6 +77,7 @@ $(document).ready( function () {
$("#newgroup-init").show();
}
});
$('#newgroupname').focus();
});
// Responsible for Creating Groups.