]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/event_head.tpl
Update translation fie after adding a string
[friendica.git] / view / templates / event_head.tpl
index 8990c6fb25ba0bb81c3c0323ac0576abaae97527..3075408063c9fb66aaeabe6da424f9779d9b3b7c 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) {