let's try this without a timeout
This commit is contained in:
parent
226d695525
commit
306f5d9cbe
@ -1 +1 @@
|
|||||||
2014-11-12.857
|
2014-11-13.858
|
||||||
|
@ -31,14 +31,14 @@
|
|||||||
</div><!-- /.modal -->
|
</div><!-- /.modal -->
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
$(document).ready(function() {
|
//$(document).ready(function() {
|
||||||
setTimeout( 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 );
|
// }, 5000 );
|
||||||
});
|
//});
|
||||||
</script>
|
</script>
|
||||||
|
Reference in New Issue
Block a user