mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
fixup! Fixed sharing groups select and fixed search
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
6e0044b668
commit
d435c91fda
1 changed files with 0 additions and 2 deletions
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Reference in a new issue