Setting to undo/clear auto permissions

This commit is contained in:
friendica
2014-04-21 15:41:04 -07:00
parent 8c92a445b2
commit aafbd11a37
4 changed files with 17 additions and 6 deletions

View File

@@ -80,6 +80,15 @@ function connectForum() {
}
function connectClear() {
$('.abook-edit-me').each(function() {
if(! $(this).is(':disabled'))
$(this).removeAttr('checked');
});
$('.abook-permschange').show();
$('.abook-permschange').html(aStr['permschange']);
}
function connectSoapBox() {
$('.abook-edit-me').each(function() {
if(! $(this).is(':disabled'))