diff options
author | friendica <info@friendica.com> | 2014-04-21 15:41:04 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-04-21 15:41:04 -0700 |
commit | aafbd11a375c97c66d8c5eab6966119b20219e50 (patch) | |
tree | 287746ce86648ce1e66f9e6a6acaba9cf05f9d1f /view/js/mod_connedit.js | |
parent | 8c92a445b2036c2c02950b80c3dd296cc587f8b8 (diff) | |
download | volse-hubzilla-aafbd11a375c97c66d8c5eab6966119b20219e50.tar.gz volse-hubzilla-aafbd11a375c97c66d8c5eab6966119b20219e50.tar.bz2 volse-hubzilla-aafbd11a375c97c66d8c5eab6966119b20219e50.zip |
Setting to undo/clear auto permissions
Diffstat (limited to 'view/js/mod_connedit.js')
-rw-r--r-- | view/js/mod_connedit.js | 9 |
1 files changed, 9 insertions, 0 deletions
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')) |