aboutsummaryrefslogtreecommitdiffstats
path: root/view/js/mod_connections.js
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-02-10 00:13:34 -0800
committerfriendica <info@friendica.com>2013-02-10 00:13:34 -0800
commit260a012b02c4941655e897735eeac09dadcf98c4 (patch)
tree1bdd06550ce18539c5f302e19aa04644128e3144 /view/js/mod_connections.js
parente0cbbbf918e17d1c6b415c2f9bd4780b97c4f204 (diff)
downloadvolse-hubzilla-260a012b02c4941655e897735eeac09dadcf98c4.tar.gz
volse-hubzilla-260a012b02c4941655e897735eeac09dadcf98c4.tar.bz2
volse-hubzilla-260a012b02c4941655e897735eeac09dadcf98c4.zip
add soapbox settings
Diffstat (limited to 'view/js/mod_connections.js')
-rw-r--r--view/js/mod_connections.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/view/js/mod_connections.js b/view/js/mod_connections.js
index 8f35c19cc..9d4a03340 100644
--- a/view/js/mod_connections.js
+++ b/view/js/mod_connections.js
@@ -61,6 +61,15 @@ function connectForum() {
$('#me_id_perms_tag_deliver').attr('checked','checked');
}
+function connectSoapBox() {
+ $('#me_id_perms_view_stream').attr('checked','checked');
+ $('#me_id_perms_view_profile').attr('checked','checked');
+ $('#me_id_perms_view_photos').attr('checked','checked');
+ $('#me_id_perms_view_contacts').attr('checked','checked');
+ $('#me_id_perms_view_storage').attr('checked','checked');
+ $('#me_id_perms_view_pages').attr('checked','checked');
+}
+
function connectFollowOnly() {
$('#me_id_perms_send_stream').attr('checked','checked');