]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/photos_head.tpl
Merge branch '2021.03-rc' into copyright-2021
[friendica.git] / view / templates / photos_head.tpl
index b90fc92bbb4682c9091f3ea7c5eb97de0341fdcb..1d693e103ce0631404aca69aec17b63fb3fa3c02 100644 (file)
@@ -1,12 +1,8 @@
-{{*
- *     AUTOMATICALLY GENERATED TEMPLATE
- *     DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
- *
- *}}
+
 
 <script>
 
-       var ispublic = "{{$ispublic}}";
+       var ispublic = "{{$ispublic nofilter}}";
 
 
        $(document).ready(function() {
@@ -14,7 +10,7 @@
                $('#contact_allow, #contact_deny, #group_allow, #group_deny').change(function() {
                        var selstr;
                        $('#contact_allow option:selected, #contact_deny option:selected, #group_allow option:selected, #group_deny option:selected').each( function() {
-                               selstr = $(this).text();
+                               selstr = $(this).html();
                                $('#jot-perms-icon').removeClass('unlock').addClass('lock');
                                $('#jot-public').hide();
                        });