diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-08-05 13:37:47 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-08-05 13:37:47 +0200 |
commit | e7e73e6fd1f2e6d7e9a31ad11aad9f3020c94bbf (patch) | |
tree | d9e10014b815ad37f0e0169c0f8e63056713329f /view/js/acl.js | |
parent | bed0a5773fe2300979969b46ef633f28ab84bf43 (diff) | |
download | volse-hubzilla-e7e73e6fd1f2e6d7e9a31ad11aad9f3020c94bbf.tar.gz volse-hubzilla-e7e73e6fd1f2e6d7e9a31ad11aad9f3020c94bbf.tar.bz2 volse-hubzilla-e7e73e6fd1f2e6d7e9a31ad11aad9f3020c94bbf.zip |
multi acl: port /thing
Diffstat (limited to 'view/js/acl.js')
-rw-r--r-- | view/js/acl.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/js/acl.js b/view/js/acl.js index 9b9f0eba3..a1af5f4f0 100644 --- a/view/js/acl.js +++ b/view/js/acl.js @@ -62,7 +62,7 @@ function ACL(backend_url) { } -ACL.prototype.get_form_data = function(event, form_id) { +ACL.prototype.get_form_data = function(event) { form_id = $(this).data('form_id'); |