mirror of
https://github.com/friendica/friendica
synced 2025-04-26 03:50:12 +00:00
various bug fixes
This commit is contained in:
parent
d29da99dbd
commit
3c7419ec57
17 changed files with 174 additions and 22 deletions
|
@ -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 ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue