diff options
author | friendica <info@friendica.com> | 2012-05-06 23:06:21 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-05-06 23:06:21 -0700 |
commit | 8c2664083531daba2ad3cf3f77a4d9c968314e63 (patch) | |
tree | 8189c24e50e05bbc1d913fdfeecf62343e18474b /mod | |
parent | b3b303f037c2142d0a388dc25b420dd1bef61eef (diff) | |
download | volse-hubzilla-8c2664083531daba2ad3cf3f77a4d9c968314e63.tar.gz volse-hubzilla-8c2664083531daba2ad3cf3f77a4d9c968314e63.tar.bz2 volse-hubzilla-8c2664083531daba2ad3cf3f77a4d9c968314e63.zip |
reset permissions to forum default when adding forum delivery chain
Diffstat (limited to 'mod')
-rw-r--r-- | mod/message.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mod/message.php b/mod/message.php index 6fa128808..867f199c4 100644 --- a/mod/message.php +++ b/mod/message.php @@ -24,7 +24,8 @@ function message_init(&$a) { <script>$(document).ready(function() { var a; a = $("#recip").autocomplete({ - serviceUrl: '$base/acl' + serviceUrl: '$base/acl', + width: 350 }); }); |