remove unneeded condition to fix navigation in print preview

pull/40/head
Alexandre Cloutier 2014-05-20 11:24:27 -04:00
parent ea2bce706c
commit f92d280fbb
1 changed files with 1 additions and 2 deletions

View File

@ -430,8 +430,7 @@ function _parseTask(task) {
function onCalendarGotoDay(node) {
var day = node.getAttribute("date");
var needRefresh = (listFilter == 'view_selectedday' && day != currentDay);
changeDateSelectorDisplay(day);
updateDisplayView({ "day": day });
refreshEvents();