summaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-03-05 16:18:08 +0100
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-03-08 17:13:51 +0100
commitd435c91fda91caae89f43c099037d6473cc55657 (patch)
treead4c3440b168511f42dcd36d878d1b18f7c3e567 /settings
parent6e0044b668b8eb99c7dfc5c47e6b8f9c9f23298c (diff)
downloadnextcloud-server-d435c91fda91caae89f43c099037d6473cc55657.tar.gz
nextcloud-server-d435c91fda91caae89f43c099037d6473cc55657.zip
fixup! Fixed sharing groups select and fixed search
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'settings')
-rw-r--r--settings/js/settings.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/settings/js/settings.js b/settings/js/settings.js
index dd4a3a4cc7d..16718bd5cbe 100644
--- a/settings/js/settings.js
+++ b/settings/js/settings.js
@@ -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({