mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Added support for smaller screens (if needed)
This commit is contained in:
parent
e2bf6fd6a4
commit
7473b493c1
2 changed files with 2 additions and 5 deletions
|
@ -30,9 +30,6 @@ define(
|
|||
|
||||
onShow: function () {
|
||||
this.$('.fc-button-today').click();
|
||||
this.$el.fullCalendar('render');
|
||||
|
||||
this.$('.fc-day-header').css('width: 14.3%');
|
||||
},
|
||||
|
||||
_viewRender: function (view) {
|
||||
|
@ -41,7 +38,6 @@ define(
|
|||
}
|
||||
|
||||
this._getEvents(view);
|
||||
this.$('.fc-day-header').css('width: 14.3%');
|
||||
},
|
||||
|
||||
_eventRender: function (event, element) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue