diff options
author | zotlabs <mike@macgirvin.com> | 2019-04-24 16:21:13 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2019-04-24 16:21:13 -0700 |
commit | 831b9d443330cb806871ab06aaa977adafbe661e (patch) | |
tree | 4c067a3b701ea56f10070c386b26a30f93666eb0 /view/tpl/jot-header.tpl | |
parent | e56c0a6251e8361ba65702151473a0560506db77 (diff) | |
parent | e937e8fff96a935b14a479c062f6b0d00b90b99d (diff) | |
download | volse-hubzilla-831b9d443330cb806871ab06aaa977adafbe661e.tar.gz volse-hubzilla-831b9d443330cb806871ab06aaa977adafbe661e.tar.bz2 volse-hubzilla-831b9d443330cb806871ab06aaa977adafbe661e.zip |
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
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); } |