diff options
author | friendica <info@friendica.com> | 2013-02-07 17:12:10 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-02-07 17:12:10 -0800 |
commit | 119ddcd1478c64fea99618568713bb9b7ccaae6e (patch) | |
tree | 2ae806b1ab8a33d368999133fbdef1347dfb8d13 /view/js/mod_connections.js | |
parent | 65de97b85ace2e472201663d08b38959b9d96c1c (diff) | |
download | volse-hubzilla-119ddcd1478c64fea99618568713bb9b7ccaae6e.tar.gz volse-hubzilla-119ddcd1478c64fea99618568713bb9b7ccaae6e.tar.bz2 volse-hubzilla-119ddcd1478c64fea99618568713bb9b7ccaae6e.zip |
finish the abook_edit quicklink mess, get rid of the experimental nav bar opacity. Bad idea.
Diffstat (limited to 'view/js/mod_connections.js')
-rw-r--r-- | view/js/mod_connections.js | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/view/js/mod_connections.js b/view/js/mod_connections.js index e5d6ad55b..8f35c19cc 100644 --- a/view/js/mod_connections.js +++ b/view/js/mod_connections.js @@ -34,7 +34,6 @@ function connectFullShare() { $('#me_id_perms_post_mail').attr('checked','checked'); $('#me_id_perms_chat').attr('checked','checked'); $('#me_id_perms_view_storage').attr('checked','checked'); - // $('#abook-edit-form').submit(); } function connectCautiousShare() { @@ -46,8 +45,6 @@ function connectCautiousShare() { $('#me_id_perms_send_stream').attr('checked','checked'); $('#me_id_perms_post_comments').attr('checked','checked'); $('#me_id_perms_post_mail').attr('checked','checked'); - // $('#abook-edit-form').submit(); - } function connectForum() { @@ -62,14 +59,10 @@ function connectForum() { $('#me_id_perms_post_comments').attr('checked','checked'); $('#me_id_perms_post_mail').attr('checked','checked'); $('#me_id_perms_tag_deliver').attr('checked','checked'); - // $('#abook-edit-form').submit(); - } function connectFollowOnly() { $('#me_id_perms_send_stream').attr('checked','checked'); - // $('#abook-edit-form').submit(); - } |