these are more finessing on formatting again
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
This commit is contained in:
parent
64400e8d59
commit
09c2f81cb3
2 changed files with 3 additions and 3 deletions
2
view/acl_selector.tpl
Executable file → Normal file
2
view/acl_selector.tpl
Executable file → Normal file
|
@ -19,7 +19,7 @@ $(document).ready(function() {
|
||||||
if(typeof acl=="undefined"){
|
if(typeof acl=="undefined"){
|
||||||
acl = new ACL(
|
acl = new ACL(
|
||||||
baseurl+"/acl",
|
baseurl+"/acl",
|
||||||
[$allowcid,$allowgid,$denycid,$denygid]
|
[ $allowcid,$allowgid,$denycid,$denygid ]
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue