mirror of
https://github.com/friendica/friendica
synced 2024-11-10 04:22:54 +00:00
fix empty ACL window on desktop
This commit is contained in:
parent
f21e3e46c7
commit
e11ff25de2
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ $(document).ready(function() {
|
|||
baseurl+"/acl",
|
||||
[ {{$allowcid}},{{$allowgid}},{{$denycid}},{{$denygid}} ],
|
||||
{{$features.aclautomention}},
|
||||
{{$APP->is_mobile}}
|
||||
{{if $APP->is_mobile}}true{{else}}false{{/if}}
|
||||
);
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue