X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftemplates%2Fevent_head.tpl;h=1627bd69969a8f6dbc993462c9470253e3d1fc39;hb=029a5397741dd3d9d5ce0b73dc2081b6d951426f;hp=8990c6fb25ba0bb81c3c0323ac0576abaae97527;hpb=2e286d6a57ead80239ba74ab52b1439bbe3bfcf3;p=friendica.git diff --git a/view/templates/event_head.tpl b/view/templates/event_head.tpl index 8990c6fb25..1627bd6996 100644 --- a/view/templates/event_head.tpl +++ b/view/templates/event_head.tpl @@ -81,7 +81,7 @@ week: '{{$i18n.week|escape:'quotes'}}', day: '{{$i18n.day|escape:'quotes'}}' }, - events: '{{$baseurl}}{{$module_url}}/json/', + events: '{{$baseurl}}/calendar/json', header: { left: 'prev,next today', center: 'title', @@ -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) {