X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Ffrost-mobile%2Fjs%2Ftheme.js;h=571720e7c4154fbfa97a1137cd2cf765932ee377;hb=574631c17a3e8289e363d74e69f70140ad035000;hp=e9024cf5a3d80c9f6d3b35c2eb25806f893692ed;hpb=5e09fc31f51ee1cc207afb3d0771094eac5ed85b;p=friendica.git diff --git a/view/theme/frost-mobile/js/theme.js b/view/theme/frost-mobile/js/theme.js index e9024cf5a3..571720e7c4 100644 --- a/view/theme/frost-mobile/js/theme.js +++ b/view/theme/frost-mobile/js/theme.js @@ -49,7 +49,7 @@ $j(document).ready(function() { } } - if(typeof acl=="undefined"){ + if(typeof window.aclInit !="undefined" && typeof acl=="undefined"){ acl = new ACL( baseurl+"/acl", [ window.allowCID,window.allowGID,window.denyCID,window.denyGID ]