summaryrefslogtreecommitdiffstats
path: root/settings/js/users/groups.js
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@owncloud.com>2014-02-19 11:40:07 +0100
committerArthur Schiwon <blizzz@owncloud.com>2014-06-02 12:53:52 +0200
commit478393e15ad3d6c884368f0b1a922eda6f9ffe0e (patch)
tree9447ce1813a66d3aa6ae8ecef751123bea2c4494 /settings/js/users/groups.js
parente681e1eec094385e2a41ea301834d6593d97ec0b (diff)
downloadnextcloud-server-478393e15ad3d6c884368f0b1a922eda6f9ffe0e.tar.gz
nextcloud-server-478393e15ad3d6c884368f0b1a922eda6f9ffe0e.zip
load groups when clicking on them
Diffstat (limited to 'settings/js/users/groups.js')
-rw-r--r--settings/js/users/groups.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/settings/js/users/groups.js b/settings/js/users/groups.js
index 5e9f5582b5a..f6124eaa795 100644
--- a/settings/js/users/groups.js
+++ b/settings/js/users/groups.js
@@ -19,6 +19,11 @@
OC.Notification.showHtml(t('settings', 'deleted') + ' ' + escapeHTML(gid) + '<span class="undo">' + t('settings', 'undo') + '</span>');
},
+ showGroup: function (gid) {
+ UserList.empty();
+ UserList.update(gid);
+ },
+
finishDelete: function (ready) {
if (!GroupList.deleteCanceled && GroupList.deleteGid) {
$.ajax({