show jotnets toggle button only if there are jotnets and whitespace fixes
This commit is contained in:
parent
6df98f080b
commit
b531486dab
@ -41,14 +41,10 @@
|
|||||||
</div><!-- /.modal -->
|
</div><!-- /.modal -->
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
//$(document).ready(function() {
|
|
||||||
// setTimeout( 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}} ]
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
// }, 5000 );
|
|
||||||
//});
|
|
||||||
</script>
|
</script>
|
||||||
|
Reference in New Issue
Block a user