fix empty ACL window on desktop
This commit is contained in:
parent
f21e3e46c7
commit
e11ff25de2
|
@ -30,7 +30,7 @@ $(document).ready(function() {
|
||||||
baseurl+"/acl",
|
baseurl+"/acl",
|
||||||
[ {{$allowcid}},{{$allowgid}},{{$denycid}},{{$denygid}} ],
|
[ {{$allowcid}},{{$allowgid}},{{$denycid}},{{$denygid}} ],
|
||||||
{{$features.aclautomention}},
|
{{$features.aclautomention}},
|
||||||
{{$APP->is_mobile}}
|
{{if $APP->is_mobile}}true{{else}}false{{/if}}
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue