aboutsummaryrefslogtreecommitdiffstats
path: root/include/main.js
diff options
context:
space:
mode:
Diffstat (limited to 'include/main.js')
-rw-r--r--include/main.js10
1 files changed, 9 insertions, 1 deletions
diff --git a/include/main.js b/include/main.js
index 8779f8413..1710115af 100644
--- a/include/main.js
+++ b/include/main.js
@@ -277,4 +277,12 @@
}
return a.join('');
- } \ No newline at end of file
+ }
+
+ function groupChangeMember(gid,cid) {
+ $.get('group/' + gid + '/' + cid, function(data) {
+ $('#group-update-wrapper').html(data);
+ $('#group-update2-wrapper').html(data);
+
+ });
+ }