]> source.dussan.org Git - nextcloud-server.git/commitdiff
when clicking on Add Group also put the focus into the group name field
authorArthur Schiwon <blizzz@owncloud.com>
Tue, 25 Feb 2014 13:12:06 +0000 (14:12 +0100)
committerArthur Schiwon <blizzz@owncloud.com>
Mon, 2 Jun 2014 10:53:54 +0000 (12:53 +0200)
settings/js/users/groups.js

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