aboutsummaryrefslogtreecommitdiffstats
path: root/view/js/acl.js
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-08-05 14:45:06 +0200
committerMario Vavti <mario@mariovavti.com>2016-08-05 14:45:06 +0200
commitb2298d44a4126ba0b7f0355733bb1125c656bac1 (patch)
tree8f12f84eee380e5e1cfe3003983eaa678a21561a /view/js/acl.js
parentc029839971bf73d45026920af01d57fc938b8fce (diff)
downloadvolse-hubzilla-b2298d44a4126ba0b7f0355733bb1125c656bac1.tar.gz
volse-hubzilla-b2298d44a4126ba0b7f0355733bb1125c656bac1.tar.bz2
volse-hubzilla-b2298d44a4126ba0b7f0355733bb1125c656bac1.zip
multi acl: port /settings
Diffstat (limited to 'view/js/acl.js')
-rw-r--r--view/js/acl.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/view/js/acl.js b/view/js/acl.js
index a1af5f4f0..2ba7ea46a 100644
--- a/view/js/acl.js
+++ b/view/js/acl.js
@@ -97,8 +97,6 @@ ACL.prototype.on_submit = function() {
that.form_id.append("<input class='acl-field' type='hidden' name='contact_deny[]' value='"+v+"'>");
});
- //areYouSure jquery plugin: recheck the form here
- $('form').trigger('checkform.areYouSure');
};
ACL.prototype.search = function() {