]> 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 f1229a5aa581dd97ec8c0fb19abc3d0eda3c08d7..6d58e54a6cedab337453faf3d44f3fab9c0ea18e 100644 (file)
@@ -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();
                        });