aboutsummaryrefslogtreecommitdiffstats
path: root/view/js/mod_settings.js
diff options
context:
space:
mode:
authorThomas Willingham <founder@kakste.com>2014-01-16 02:53:05 +0000
committerThomas Willingham <founder@kakste.com>2014-01-16 02:53:05 +0000
commitcd72fd3f01125e50787ff42469a571e1b17ca802 (patch)
tree57c6b19572bed511c29f241adbc6efe896f8f3b2 /view/js/mod_settings.js
parentec6b8e5cdaed1304c8740cbbd01153f4d9012568 (diff)
downloadvolse-hubzilla-cd72fd3f01125e50787ff42469a571e1b17ca802.tar.gz
volse-hubzilla-cd72fd3f01125e50787ff42469a571e1b17ca802.tar.bz2
volse-hubzilla-cd72fd3f01125e50787ff42469a571e1b17ca802.zip
Tweak "typical" perms macro
Diffstat (limited to 'view/js/mod_settings.js')
-rw-r--r--view/js/mod_settings.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/view/js/mod_settings.js b/view/js/mod_settings.js
index 7f9a9e960..1c411113e 100644
--- a/view/js/mod_settings.js
+++ b/view/js/mod_settings.js
@@ -76,9 +76,9 @@ function channel_privacy_macro(n) {
$('#id_view_contacts option').eq(5).attr('selected','selected');
$('#id_view_storage option').eq(5).attr('selected','selected');
$('#id_view_pages option').eq(5).attr('selected','selected');
- $('#id_send_stream option').eq(1).attr('selected','selected');
+ $('#id_send_stream option').eq(2).attr('selected','selected');
$('#id_post_wall option').eq(1).attr('selected','selected');
- $('#id_post_comments option').eq(1).attr('selected','selected');
+ $('#id_post_comments option').eq(2).attr('selected','selected');
$('#id_post_mail option').eq(1).attr('selected','selected');
$('#id_post_photos option').eq(0).attr('selected','selected');
$('#id_tag_deliver option').eq(1).attr('selected','selected');
@@ -117,4 +117,4 @@ function channel_privacy_macro(n) {
-} \ No newline at end of file
+}