Merge pull request #2316 from fabrixxm/mobile_acl_dialog
fix empty ACL window on desktop
This commit is contained in:
commit
4d0778bfe1
|
@ -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