finish the abook_edit quicklink mess, get rid of the experimental nav bar opacity. Bad idea.

This commit is contained in:
friendica
2013-02-07 17:12:10 -08:00
parent 65de97b85a
commit 119ddcd147
4 changed files with 35 additions and 24 deletions

View File

@@ -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();
}