mirror of
https://github.com/nextcloud/server.git
synced 2026-03-02 21:41:12 -05:00
Merge pull request #12038 from sebomoto/fix-user-dropdown
changed default dropdown content
This commit is contained in:
commit
230fb75a4f
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ var UserList = {
|
|||
|
||||
// make them look like the multiselect buttons
|
||||
// until they get time to really get initialized
|
||||
groupsSelect = $('<select multiple="multiple" class="groupsselect multiselect button" data-placehoder="Groups" title="' + t('settings', 'Groups') + '"></select>')
|
||||
groupsSelect = $('<select multiple="multiple" class="groupsselect multiselect button" data-placehoder="Groups" title="' + t('settings', 'no group') + '"></select>')
|
||||
.data('username', username)
|
||||
.data('user-groups', groups);
|
||||
if ($tr.find('td.subadmins').length > 0) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue