From: Arthur Schiwon Date: Tue, 25 Feb 2014 13:12:06 +0000 (+0100) Subject: when clicking on Add Group also put the focus into the group name field X-Git-Tag: v7.0.0alpha2~144^2~62 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=749afe74df7143329139f9a619b74c311646ddea;p=nextcloud-server.git when clicking on Add Group also put the focus into the group name field --- diff --git a/settings/js/users/groups.js b/settings/js/users/groups.js index d939f0d3ad6..415d65b95cd 100644 --- a/settings/js/users/groups.js +++ b/settings/js/users/groups.js @@ -77,6 +77,7 @@ $(document).ready( function () { $("#newgroup-init").show(); } }); + $('#newgroupname').focus(); }); // Responsible for Creating Groups.