lint compliance

This commit is contained in:
zuzanna-maria 2024-01-08 12:36:08 +01:00
parent 8c32493a01
commit 95497ebe02
1 changed files with 1 additions and 1 deletions

View File

@ -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