mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Calendar: Fix sidemenu date does not update when changing year
This commit is contained in:
parent
94d534d897
commit
e0477c1db4
@ -117,6 +117,7 @@ export class SidemenuDate extends Et2Date
|
||||
options.shorthandCurrentMonth = true;
|
||||
|
||||
options.onMonthChange = this._updateGoButton;
|
||||
options.onYearChange = this._updateGoButton;
|
||||
|
||||
options.nextArrow = "";
|
||||
options.prevArrow = "";
|
||||
|
Loading…
Reference in New Issue
Block a user