From aafbd11a375c97c66d8c5eab6966119b20219e50 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 21 Apr 2014 15:41:04 -0700 Subject: Setting to undo/clear auto permissions --- view/js/mod_connedit.js | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'view/js/mod_connedit.js') diff --git a/view/js/mod_connedit.js b/view/js/mod_connedit.js index 64240abb8..e66c26cda 100644 --- a/view/js/mod_connedit.js +++ b/view/js/mod_connedit.js @@ -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')) -- cgit v1.2.3