X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftemplates%2Fevent_head.tpl;h=3075408063c9fb66aaeabe6da424f9779d9b3b7c;hb=b3d8924ccce3328ecc4a63613c48c6059b26190b;hp=8990c6fb25ba0bb81c3c0323ac0576abaae97527;hpb=2e286d6a57ead80239ba74ab52b1439bbe3bfcf3;p=friendica.git diff --git a/view/templates/event_head.tpl b/view/templates/event_head.tpl index 8990c6fb25..3075408063 100644 --- a/view/templates/event_head.tpl +++ b/view/templates/event_head.tpl @@ -168,7 +168,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-public').hide(); }); if(selstr == null) {