Merge https://github.com/friendica/red into pending_merge
This commit is contained in:
commit
97df5f1fd1
@ -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(){
|
||||
|
@ -2,7 +2,7 @@
|
||||
var ispublic = aStr['everybody'] ;
|
||||
|
||||
$(document).ready(function() {
|
||||
$('form').areYouSure(); // Warn user about unsaved settings
|
||||
$('form').areYouSure({'addRemoveFieldsMarksDirty':true}); // Warn user about unsaved settings
|
||||
|
||||
$("#id_permissions_role").change(function() {
|
||||
var role = $("#id_permissions_role").val();
|
||||
|
Reference in New Issue
Block a user