]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/settings/head.tpl
Merge pull request #9823 from MrPetovan/task/9677-2fa-remember-device
[friendica.git] / view / templates / settings / head.tpl
index a5558ddce720ca388877eb37d0f0ef5afb91f40f..6d58e54a6cedab337453faf3d44f3fab9c0ea18e 100644 (file)
@@ -1,7 +1,7 @@
 
 
 <script>
-       var ispublic = "{{$ispublic}}";
+       var ispublic = "{{$ispublic nofilter}}";
 
 
        $(document).ready(function() {
@@ -9,7 +9,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();
                        });