From 95497ebe02de6513808504746bc3e5d669feee66 Mon Sep 17 00:00:00 2001 From: zuzanna-maria Date: Mon, 8 Jan 2024 12:36:08 +0100 Subject: [PATCH] lint compliance --- www/calendar/inner.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/calendar/inner.js b/www/calendar/inner.js index ab3a22033..22a33e8f9 100644 --- a/www/calendar/inner.js +++ b/www/calendar/inner.js @@ -1321,7 +1321,7 @@ ICS ==> create a new event with the same UID and a RECURRENCE-ID field (with a v }, }); $(goDate).click(function () { - f.isOpen ? f.close() : f.open() + return f.isOpen ? f.close() : f.open(); }); APP.toolbar.$bottomL.append(h('div.cp-calendar-browse', [ goLeft, goToday, goRight, goDate