aboutsummaryrefslogtreecommitdiffstats
path: root/view/js/acl.js
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-08-03 23:57:41 +0200
committerMario Vavti <mario@mariovavti.com>2016-08-03 23:57:41 +0200
commit908e15bc9041f757217ba8d3635a8d83a5544c46 (patch)
tree243561fa211f28529191e103039629288a4b088f /view/js/acl.js
parentdf27a48e727ee319e3b9ff1f94024d1cf100f350 (diff)
downloadvolse-hubzilla-908e15bc9041f757217ba8d3635a8d83a5544c46.tar.gz
volse-hubzilla-908e15bc9041f757217ba8d3635a8d83a5544c46.tar.bz2
volse-hubzilla-908e15bc9041f757217ba8d3635a8d83a5544c46.zip
multi acl: port events
Diffstat (limited to 'view/js/acl.js')
-rw-r--r--view/js/acl.js5
1 files changed, 2 insertions, 3 deletions
diff --git a/view/js/acl.js b/view/js/acl.js
index 0006bcfca..175462250 100644
--- a/view/js/acl.js
+++ b/view/js/acl.js
@@ -64,13 +64,12 @@ function ACL(backend_url) {
ACL.prototype.get_form_data = function(event) {
-//event.preventDefault()
- form_id = $(this).data('formid');
+ form_id = $(this).data('form_id');
that.form_id = $('#' + form_id);
- console.log(event);
+ console.log(form_id);
that.allow_cid = ($(this).data('allow_cid') || []);
that.allow_gid = ($(this).data('allow_gid') || []);