mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
lint compliance
This commit is contained in:
parent
8c32493a01
commit
95497ebe02
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user