diff options
author | Mario Vavti <mario@mariovavti.com> | 2019-04-19 17:21:45 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2019-04-19 17:21:45 +0200 |
commit | 2bd5ae361782d9c4a9bdfc1f037844d52d1fd502 (patch) | |
tree | 17023e2122aaad30bc6c643f0a4290d27d50ec97 /view/tpl/jot-header.tpl | |
parent | 39a53113153cd5ddd985d4c1fd177c3e5fb70884 (diff) | |
download | volse-hubzilla-2bd5ae361782d9c4a9bdfc1f037844d52d1fd502.tar.gz volse-hubzilla-2bd5ae361782d9c4a9bdfc1f037844d52d1fd502.tar.bz2 volse-hubzilla-2bd5ae361782d9c4a9bdfc1f037844d52d1fd502.zip |
provide link to source and some cleanup
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); } |