diff options
author | friendica <info@friendica.com> | 2014-05-29 21:25:19 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-05-29 21:25:19 -0700 |
commit | 832cbbec15ae2abbd04d775e4cfb056e797722f1 (patch) | |
tree | 157792443a0eb07be3cbeb4e805d0e18ba17df53 /view/tpl/jot-header.tpl | |
parent | 22ed5b1d03314d2bc7ff41b4724526fe00472904 (diff) | |
download | volse-hubzilla-832cbbec15ae2abbd04d775e4cfb056e797722f1.tar.gz volse-hubzilla-832cbbec15ae2abbd04d775e4cfb056e797722f1.tar.bz2 volse-hubzilla-832cbbec15ae2abbd04d775e4cfb056e797722f1.zip |
testing new event code
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); } |