diff options
author | friendica <info@friendica.com> | 2012-12-22 03:33:12 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-12-22 03:33:12 -0800 |
commit | f09b9f1e446ff005a19c451efccbd8b3806ef5f9 (patch) | |
tree | 2190b0ccfbb1075be7b0031f597fefdef3981688 /view/js/mod_connections.js | |
parent | 8d71fe91f67eeb501efd6fedd17992c12882daeb (diff) | |
download | volse-hubzilla-f09b9f1e446ff005a19c451efccbd8b3806ef5f9.tar.gz volse-hubzilla-f09b9f1e446ff005a19c451efccbd8b3806ef5f9.tar.bz2 volse-hubzilla-f09b9f1e446ff005a19c451efccbd8b3806ef5f9.zip |
add permission controls to "storage" objects such as attachments or other stored files
Diffstat (limited to 'view/js/mod_connections.js')
-rw-r--r-- | view/js/mod_connections.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/js/mod_connections.js b/view/js/mod_connections.js index cb4badff5..7fb38b56e 100644 --- a/view/js/mod_connections.js +++ b/view/js/mod_connections.js @@ -31,6 +31,7 @@ function connectFullShare() { $('#me_id_perms_post_comments').attr('checked','checked'); $('#me_id_perms_post_mail').attr('checked','checked'); $('#me_id_perms_chat').attr('checked','checked'); + $('#me_id_perms_view_storage').attr('checked','checked'); } |