aboutsummaryrefslogtreecommitdiffstats
path: root/view/js/acl.js
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2015-03-09 15:24:25 -0700
committerfriendica <info@friendica.com>2015-03-09 15:24:25 -0700
commit97df5f1fd193aab92836ef3f9dd854406697b765 (patch)
tree20d8e00f20f65162cfe361ea65574b396cfebb40 /view/js/acl.js
parent16bcca6aab0267fb36ad95ca0ee5d1bd14e0ec37 (diff)
parent73fdb760c1e87630713494179cc547916696746a (diff)
downloadvolse-hubzilla-97df5f1fd193aab92836ef3f9dd854406697b765.tar.gz
volse-hubzilla-97df5f1fd193aab92836ef3f9dd854406697b765.tar.bz2
volse-hubzilla-97df5f1fd193aab92836ef3f9dd854406697b765.zip
Merge https://github.com/friendica/red into pending_merge
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(){