fixed today button in navigation-calendar to stay in current-view und just change to todays date

This commit is contained in:
Ralf Becker 2014-02-03 11:53:19 +00:00
parent f13dca4c34
commit 628070da5e

View File

@ -87,7 +87,7 @@
* @returns {undefined}
*/
function todayClicked(calendar) {
egw_link_handler(link_day_url+"&date="+ current_date ,"calendar");
egw_link_handler(current_view_url+"&date="+ current_date ,"calendar");
}
/*