From 832cbbec15ae2abbd04d775e4cfb056e797722f1 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 29 May 2014 21:25:19 -0700 Subject: testing new event code --- view/tpl/jot-header.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view') 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); } -- cgit v1.2.3