]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frost-mobile/js/theme.js
Merge remote branch 'friendica/master' into quattro-fontsoptions
[friendica.git] / view / theme / frost-mobile / js / theme.js
index e9024cf5a3d80c9f6d3b35c2eb25806f893692ed..571720e7c4154fbfa97a1137cd2cf765932ee377 100644 (file)
@@ -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 ]