let's try this without a timeout

This commit is contained in:
friendica 2014-11-13 01:04:26 -08:00
parent 226d695525
commit 306f5d9cbe
2 changed files with 5 additions and 5 deletions

View File

@ -1 +1 @@
2014-11-12.857 2014-11-13.858

View File

@ -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>