Skip to content

Commit

Permalink
fixup! Fixed sharing groups select and fixed search
Browse files Browse the repository at this point in the history
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
  • Loading branch information
skjnldsv committed Mar 5, 2018
1 parent cf3b4ee commit 6bcfe36
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions settings/js/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ OC.Settings = _.extend(OC.Settings, {
$.each(data.data.groups, function(i, group) {
results.push({id:group.id, displayname:group.name});
});
},
always: function() {
// note: settings are saved through a "change" event registered
// on all input fields
$elements.select2(_.extend({
Expand Down

0 comments on commit 6bcfe36

Please sign in to comment.