diff options
author | friendica <info@friendica.com> | 2014-11-13 01:04:26 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-11-13 01:04:26 -0800 |
commit | 306f5d9cbe34578dd31080db3d3be5a229cea96f (patch) | |
tree | 461cf31e4e85ce7390c690876a394cd08d3c4d65 | |
parent | 226d695525c10c258ced5cdcce5580e71e196b1f (diff) | |
download | volse-hubzilla-306f5d9cbe34578dd31080db3d3be5a229cea96f.tar.gz volse-hubzilla-306f5d9cbe34578dd31080db3d3be5a229cea96f.tar.bz2 volse-hubzilla-306f5d9cbe34578dd31080db3d3be5a229cea96f.zip |
let's try this without a timeout
-rw-r--r-- | version.inc | 2 | ||||
-rwxr-xr-x | view/tpl/acl_selector.tpl | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/version.inc b/version.inc index 519095cc9..d86614502 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2014-11-12.857 +2014-11-13.858 diff --git a/view/tpl/acl_selector.tpl b/view/tpl/acl_selector.tpl index 4babf5669..e8b779622 100755 --- a/view/tpl/acl_selector.tpl +++ b/view/tpl/acl_selector.tpl @@ -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> |