diff options
author | friendica <info@friendica.com> | 2013-02-02 03:54:17 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-02-02 03:54:17 -0800 |
commit | d4a6e5e5137995b7a818601f6cf69672ace9d2f7 (patch) | |
tree | 043baf2ad6f1fe6aff0b60a8b2e7f974e7421869 /view | |
parent | ed277f82f4def28fdedd5d6f8e763d8e1c0714ce (diff) | |
download | volse-hubzilla-d4a6e5e5137995b7a818601f6cf69672ace9d2f7.tar.gz volse-hubzilla-d4a6e5e5137995b7a818601f6cf69672ace9d2f7.tar.bz2 volse-hubzilla-d4a6e5e5137995b7a818601f6cf69672ace9d2f7.zip |
add post_wall to forum permission defaults
Diffstat (limited to 'view')
-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 485e2244b..33fc61883 100644 --- a/view/js/mod_connections.js +++ b/view/js/mod_connections.js @@ -57,6 +57,7 @@ function connectForum() { $('#me_id_perms_view_storage').attr('checked','checked'); $('#me_id_perms_view_pages').attr('checked','checked'); $('#me_id_perms_send_stream').attr('checked','checked'); + $('#me_id_perms_post_wall').attr('checked','checked'); $('#me_id_perms_post_comments').attr('checked','checked'); $('#me_id_perms_post_mail').attr('checked','checked'); $('#me_id_perms_tag_deliver').attr('checked','checked'); |