]> git.mxchange.org Git - friendica.git/blobdiff - view/acl_selector.tpl
Merge pull request #613 from fermionic/20130210-update-frost
[friendica.git] / view / acl_selector.tpl
old mode 100755 (executable)
new mode 100644 (file)
index 3f8a9e7..837225a
@@ -9,7 +9,7 @@
 </div>
 
 <div class="acl-list-item" rel="acl-template" style="display:none">
-       <img src="{0}"><p>{1}</p>
+       <img data-src="{0}"><p>{1}</p>
        <a href="#" class='acl-button-show'>$show</a>
        <a href="#" class='acl-button-hide'>$hide</a>
 </div>
@@ -19,7 +19,7 @@ $(document).ready(function() {
        if(typeof acl=="undefined"){
                acl = new ACL(
                        baseurl+"/acl",
-                       [$allowcid,$allowgid,$denycid,$denygid]
+                       [ $allowcid,$allowgid,$denycid,$denygid ]
                );
        }
 });