mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-27 12:16:23 +00:00
remove unneeded condition to fix navigation in print preview
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user