multi acl: port /settings

This commit is contained in:
Mario Vavti
2016-08-05 14:45:06 +02:00
parent c029839971
commit b2298d44a4
3 changed files with 7 additions and 5 deletions

View File

@@ -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() {