Skip to content
Snippets Groups Projects
Commit b2124d8d authored by Robin Appelman's avatar Robin Appelman
Browse files

Fix group select autocomplete

parent 622c4cf7
Branches
No related tags found
No related merge requests found
......@@ -45,7 +45,6 @@ OC.Settings = _.extend(OC.Settings, {
data: queryData,
dataType: 'json',
success: function(data) {
if (data.status === "success") {
var results = [];
// add groups
......@@ -61,9 +60,6 @@ OC.Settings = _.extend(OC.Settings, {
self._cachedGroups = results;
}
query.callback({results: results});
} else {
//FIXME add error handling
}
}
});
}, 100, true),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment