Calendar: Resize content after creating calendar layout
The calendar can be higher than the window, this corrects for the scrollbar
This commit is contained in:
parent
fa4a52260f
commit
da1da8197e
1 changed files with 1 additions and 0 deletions
|
@ -836,6 +836,7 @@ $(document).ready(function(){
|
|||
loading: Calendar.UI.loading,
|
||||
eventSources: eventSources
|
||||
});
|
||||
fillWindow($('#content'));
|
||||
OCCategories.changed = Calendar.UI.categoriesChanged;
|
||||
OCCategories.app = 'calendar';
|
||||
$('#oneweekview_radio').click(function(){
|
||||
|
|
Loading…
Reference in a new issue