aboutsummaryrefslogtreecommitdiffstats
path: root/view/js/acl.js
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-03-09 23:21:00 +0100
committerMario Vavti <mario@mariovavti.com>2015-03-09 23:21:00 +0100
commit1d59924f4dfe729ef436c715c80482acb4b55581 (patch)
tree80551dc03135005e52602e1be931e38c7d348b87 /view/js/acl.js
parent00d7ea90a20c82d0f42541d64fe9c5ad23f18d6e (diff)
downloadvolse-hubzilla-1d59924f4dfe729ef436c715c80482acb4b55581.tar.gz
volse-hubzilla-1d59924f4dfe729ef436c715c80482acb4b55581.tar.bz2
volse-hubzilla-1d59924f4dfe729ef436c715c80482acb4b55581.zip
make areYouSure alert also if default post perms change
Diffstat (limited to 'view/js/acl.js')
-rw-r--r--view/js/acl.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/view/js/acl.js b/view/js/acl.js
index 77c65e21d..152ff6490 100644
--- a/view/js/acl.js
+++ b/view/js/acl.js
@@ -54,9 +54,12 @@ ACL.prototype.on_submit = function(){
});
$(that.deny_cid).each(function(i,v){
aclfileds.append("<input type='hidden' name='contact_deny[]' value='"+v+"'>");
- });
+ });
// alert(aclfileds);
+ //areYouSure jquery plugin: recheck the form here
+ $('form').trigger('checkform.areYouSure');
+
}
ACL.prototype.search = function(){