diff options
author | Thomas Willingham <founder@kakste.com> | 2013-02-02 14:56:17 +0000 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2013-02-02 14:56:17 +0000 |
commit | 0f13ae0ade10d6d2b0ef185ae6d6cc2d35831433 (patch) | |
tree | 7d6ac98d5f0b4e10ef86ba0f312401830c751250 /view | |
parent | 1633f95db8a004055e51d1580fa4394527ca8a91 (diff) | |
parent | 5c6c4395f4ab7924cad619d3a1ca4cee69219769 (diff) | |
download | volse-hubzilla-0f13ae0ade10d6d2b0ef185ae6d6cc2d35831433.tar.gz volse-hubzilla-0f13ae0ade10d6d2b0ef185ae6d6cc2d35831433.tar.bz2 volse-hubzilla-0f13ae0ade10d6d2b0ef185ae6d6cc2d35831433.zip |
Merge remote-tracking branch 'upstream/master'
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'); |