aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/jot-header.tpl
diff options
context:
space:
mode:
authorMax Kostikov <max@kostikov.co>2019-04-20 20:14:58 +0200
committerMax Kostikov <max@kostikov.co>2019-04-20 20:14:58 +0200
commita6a17a85f32733a29c8d4242e93f1de054d4e6fb (patch)
treeb0cdc1eb3c423aa81ff609f4a3461cdc60fecb09 /view/tpl/jot-header.tpl
parent904ae058108412de5e068b02cd45d9b8b4e90e4b (diff)
parent9275fd16c232ac6c55da345125c240013248e972 (diff)
downloadvolse-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-xview/tpl/jot-header.tpl2
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);
}