diff options
author | Max Kostikov <max@kostikov.co> | 2019-04-20 20:14:58 +0200 |
---|---|---|
committer | Max Kostikov <max@kostikov.co> | 2019-04-20 20:14:58 +0200 |
commit | a6a17a85f32733a29c8d4242e93f1de054d4e6fb (patch) | |
tree | b0cdc1eb3c423aa81ff609f4a3461cdc60fecb09 /view/tpl/jot-header.tpl | |
parent | 904ae058108412de5e068b02cd45d9b8b4e90e4b (diff) | |
parent | 9275fd16c232ac6c55da345125c240013248e972 (diff) | |
download | volse-hubzilla-a6a17a85f32733a29c8d4242e93f1de054d4e6fb.tar.gz volse-hubzilla-a6a17a85f32733a29c8d4242e93f1de054d4e6fb.tar.bz2 volse-hubzilla-a6a17a85f32733a29c8d4242e93f1de054d4e6fb.zip |
Merge branch 'calendar_merge' into 'dev'
calendar merge - initial checkin
See merge request hubzilla/core!1599
Diffstat (limited to 'view/tpl/jot-header.tpl')
-rwxr-xr-x | view/tpl/jot-header.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/jot-header.tpl b/view/tpl/jot-header.tpl index afaaa62d9..7b1f4ee05 100755 --- a/view/tpl/jot-header.tpl +++ b/view/tpl/jot-header.tpl @@ -354,7 +354,7 @@ var activeCommentText = ''; } function itemAddToCal(id) { - $.get('{{$baseurl}}/events/add/' + id); + $.get('{{$baseurl}}/channel_calendar/add/' + id); if(timer) clearTimeout(timer); timer = setTimeout(updateInit,1000); } |