diff options
Diffstat (limited to 'view/js/acl.js')
-rw-r--r-- | view/js/acl.js | 5 |
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') || []); |