diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-11-17 15:04:04 -0800 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-11-17 15:04:04 -0800 |
commit | a089064588352b60bebf27c94a51d480f8062368 (patch) | |
tree | 796fc893c37ecc3a19c469b2a067fcb2765a698d /view/tpl/acl_selector.tpl | |
parent | a06f7fbe2e78de428489d824c1329ef29c4d1f42 (diff) | |
parent | 7c4d9519c89aed59e9253a19203fb13394571929 (diff) | |
download | volse-hubzilla-a089064588352b60bebf27c94a51d480f8062368.tar.gz volse-hubzilla-a089064588352b60bebf27c94a51d480f8062368.tar.bz2 volse-hubzilla-a089064588352b60bebf27c94a51d480f8062368.zip |
Merge https://github.com/redmatrix/hubzilla into pending_merge
Diffstat (limited to 'view/tpl/acl_selector.tpl')
-rwxr-xr-x | view/tpl/acl_selector.tpl | 24 |
1 files changed, 10 insertions, 14 deletions
diff --git a/view/tpl/acl_selector.tpl b/view/tpl/acl_selector.tpl index a873457fe..013f3f296 100755 --- a/view/tpl/acl_selector.tpl +++ b/view/tpl/acl_selector.tpl @@ -8,11 +8,11 @@ <div class="modal-body"> {{if $jotnets}} <div class="jotnets-wrapper" role="tab" id="jotnets-wrapper"> - <a data-toggle="collapse" class="btn btn-block btn-default" href="#jotnets-collapse" aria-expanded="false" aria-controls="jotnets-collapse">{{$jnetModalTitle}} <span class="caret"></span></a> - </div> + <a data-toggle="collapse" class="btn btn-block btn-default" href="#jotnets-collapse" aria-expanded="false" aria-controls="jotnets-collapse">{{$jnetModalTitle}} <span class="caret"></span></a> + </div> <div id="jotnets-collapse" class="panel-collapse collapse" role="tabpanel" aria-labelledby="acl-select"> - {{$jotnets}} - <div class="clear"></div> + {{$jotnets}} + <div class="clear"></div> </div> {{/if}} @@ -41,14 +41,10 @@ </div><!-- /.modal --> <script> -//$(document).ready(function() { -// setTimeout( function () { - if(typeof acl=="undefined"){ - acl = new ACL( - baseurl+"/acl", - [ {{$allowcid}},{{$allowgid}},{{$denycid}},{{$denygid}} ] - ); - } -// }, 5000 ); -//}); + if(typeof acl=="undefined"){ + acl = new ACL( + baseurl+"/acl", + [ {{$allowcid}},{{$allowgid}},{{$denycid}},{{$denygid}} ] + ); + } </script> |