auto form submission didn't work - jquery inheritance issue, disabling until we find another way.
This commit is contained in:
@@ -34,7 +34,7 @@ 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();
|
||||
// $('#abook-edit-form').submit();
|
||||
}
|
||||
|
||||
function connectCautiousShare() {
|
||||
@@ -46,7 +46,7 @@ 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();
|
||||
// $('#abook-edit-form').submit();
|
||||
|
||||
}
|
||||
|
||||
@@ -62,14 +62,14 @@ 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();
|
||||
// $('#abook-edit-form').submit();
|
||||
|
||||
}
|
||||
|
||||
|
||||
function connectFollowOnly() {
|
||||
$('#me_id_perms_send_stream').attr('checked','checked');
|
||||
$('#abook-edit-form').submit();
|
||||
// $('#abook-edit-form').submit();
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user