mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
reset permissions to forum default when adding forum delivery chain
This commit is contained in:
parent
b3b303f037
commit
8c26640835
2 changed files with 14 additions and 3 deletions
|
@ -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
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue