X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftemplates%2Facl_selector.tpl;h=7c68a73064ee065113c9ec507283df026b5cee65;hb=3ffea2cd2cb0ed9a5283bc285e521aaf74789e80;hp=bf9470b64efa65e3165a69512654016b14d5b7f4;hpb=c8e0685788a26811af63f3127ecff0c9f1712ca4;p=friendica.git diff --git a/view/templates/acl_selector.tpl b/view/templates/acl_selector.tpl index bf9470b64e..7c68a73064 100644 --- a/view/templates/acl_selector.tpl +++ b/view/templates/acl_selector.tpl @@ -29,7 +29,8 @@ $(document).ready(function() { acl = new ACL( baseurl+"/acl", [ {{$allowcid}},{{$allowgid}},{{$denycid}},{{$denygid}} ], - {{$features.aclautomention}} + {{$features.aclautomention}}, + {{if $APP->is_mobile}}true{{else}}false{{/if}} ); } });