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