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 -->
|
||||
|
||||
<script>
|
||||
//$(document).ready(function() {
|
||||
// setTimeout( function () {
|
||||
if(typeof acl=="undefined"){
|
||||
acl = new ACL(
|
||||
baseurl+"/acl",
|
||||
[ {{$allowcid}},{{$allowgid}},{{$denycid}},{{$denygid}} ]
|
||||
);
|
||||
}
|
||||
// }, 5000 );
|
||||
//});
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user