Merge https://github.com/friendica/red into pending_merge
This commit is contained in:
commit
97df5f1fd1
@ -57,6 +57,9 @@ ACL.prototype.on_submit = function(){
|
|||||||
});
|
});
|
||||||
// alert(aclfileds);
|
// alert(aclfileds);
|
||||||
|
|
||||||
|
//areYouSure jquery plugin: recheck the form here
|
||||||
|
$('form').trigger('checkform.areYouSure');
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ACL.prototype.search = function(){
|
ACL.prototype.search = function(){
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
var ispublic = aStr['everybody'] ;
|
var ispublic = aStr['everybody'] ;
|
||||||
|
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
$('form').areYouSure(); // Warn user about unsaved settings
|
$('form').areYouSure({'addRemoveFieldsMarksDirty':true}); // Warn user about unsaved settings
|
||||||
|
|
||||||
$("#id_permissions_role").change(function() {
|
$("#id_permissions_role").change(function() {
|
||||||
var role = $("#id_permissions_role").val();
|
var role = $("#id_permissions_role").val();
|
||||||
|
Reference in New Issue
Block a user