aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-11-13 01:04:26 -0800
committerfriendica <info@friendica.com>2014-11-13 01:04:26 -0800
commit306f5d9cbe34578dd31080db3d3be5a229cea96f (patch)
tree461cf31e4e85ce7390c690876a394cd08d3c4d65 /view
parent226d695525c10c258ced5cdcce5580e71e196b1f (diff)
downloadvolse-hubzilla-306f5d9cbe34578dd31080db3d3be5a229cea96f.tar.gz
volse-hubzilla-306f5d9cbe34578dd31080db3d3be5a229cea96f.tar.bz2
volse-hubzilla-306f5d9cbe34578dd31080db3d3be5a229cea96f.zip
let's try this without a timeout
Diffstat (limited to 'view')
-rwxr-xr-xview/tpl/acl_selector.tpl8
1 files changed, 4 insertions, 4 deletions
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>