Added support for smaller screens (if needed)

This commit is contained in:
Mark McDowall 2014-05-19 21:24:31 -07:00
parent e2bf6fd6a4
commit 7473b493c1
2 changed files with 2 additions and 5 deletions

View file

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