bookmark permissions

This commit is contained in:
friendica
2014-02-04 00:52:34 -08:00
parent 1572403e98
commit d8f16442a1
8 changed files with 25 additions and 4 deletions

View File

@@ -17,6 +17,7 @@ function connectFullShare() {
$('#me_id_perms_chat').attr('checked','checked');
$('#me_id_perms_view_storage').attr('checked','checked');
$('#me_id_perms_republish').attr('checked','checked');
$('#me_id_perms_bookmark').attr('checked','checked');
}
function connectCautiousShare() {