]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/vier/templates/event_head.tpl
Merge pull request #10713 from MrPetovan/task/10672-contact-module-security-token
[friendica.git] / view / theme / vier / templates / event_head.tpl
index 75f6f4b046075a29d8bcee14a34a72f1d9eb1c01..2c7b3070a74e5c4225205e3bfd1d0e3493136348 100644 (file)
                $('#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-public').hide();
                        });
                        if(selstr == null) {