Skip to content
Snippets Groups Projects
Commit 230fb75a authored by Lukas Reschke's avatar Lukas Reschke
Browse files

Merge pull request #12038 from sebomoto/fix-user-dropdown

changed default dropdown content
parents da14a605 cc19d05a
No related branches found
No related tags found
No related merge requests found
...@@ -46,7 +46,7 @@ var UserList = { ...@@ -46,7 +46,7 @@ var UserList = {
// make them look like the multiselect buttons // make them look like the multiselect buttons
// until they get time to really get initialized // 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('username', username)
.data('user-groups', groups); .data('user-groups', groups);
if ($tr.find('td.subadmins').length > 0) { if ($tr.find('td.subadmins').length > 0) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment