diff options
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 9af786741..abf446ba9 100755 --- a/view/tpl/jot-header.tpl +++ b/view/tpl/jot-header.tpl @@ -301,7 +301,7 @@ function enableOnUser(){ } function itemAddToCal(id) { - $.get('{{$baseurl}}/event/add/' + id); + $.get('{{$baseurl}}/events/add/' + id); if(timer) clearTimeout(timer); timer = setTimeout(NavUpdate,1000); } |