]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/templates/acl_selector.tpl
Merge remote-tracking branch 'upstream/develop' into sanitize-gcontact
[friendica.git] / view / theme / frio / templates / acl_selector.tpl
index a96271671b20cea3fe91e15e1364ab6c14a1a258..e335a4f3ccefab08763699cf8caca138712cd67c 100644 (file)
@@ -4,7 +4,7 @@
                <button id="acl-showall" class="btn btn-block btn-default"><i class="fa fa-globe"></i> {{$showall}}</button>
        </div>
        <div class="form-group form-group-search">
-               <input type="text" id="acl-search" class="form-control form-search">
+               <input type="text" id="acl-search" class="form-control form-search" autocomplete="off">
        </div>
        <div id="acl-list">
                <div id="acl-list-content"></div>
@@ -54,7 +54,7 @@
 $(document).ready(function() {
        if(typeof acl=="undefined"){
                acl = new ACL(
-                       baseurl+"/acl",
+                       baseurl + '/search/acl',
                        [ {{$allowcid nofilter}},{{$allowgid nofilter}},{{$denycid nofilter}},{{$denygid nofilter}} ],
                        {{$features.aclautomention}},
                        {{if $APP->is_mobile}}true{{else}}false{{/if}}