Skip to content
Snippets Groups Projects
Commit da1da819 authored by Bart Visscher's avatar Bart Visscher
Browse files

Calendar: Resize content after creating calendar layout

The calendar can be higher than the window, this corrects for the scrollbar
parent fa4a5226
Branches
No related tags found
No related merge requests found
......@@ -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(){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment