From 1d59924f4dfe729ef436c715c80482acb4b55581 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Mon, 9 Mar 2015 23:21:00 +0100 Subject: make areYouSure alert also if default post perms change --- view/js/acl.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'view/js/acl.js') 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(""); - }); + }); // alert(aclfileds); + //areYouSure jquery plugin: recheck the form here + $('form').trigger('checkform.areYouSure'); + } ACL.prototype.search = function(){ -- cgit v1.2.3