From: Bart Visscher Date: Tue, 8 May 2012 06:40:06 +0000 (+0200) Subject: Calendar: Resize content after creating calendar layout X-Git-Tag: v4.0.0RC~104 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=da1da8197ed583219dc2b6cde4cf1249974b050c;p=nextcloud-server.git Calendar: Resize content after creating calendar layout The calendar can be higher than the window, this corrects for the scrollbar --- diff --git a/apps/calendar/js/calendar.js b/apps/calendar/js/calendar.js index b3beb8d44cb..80b5dd88c5e 100644 --- a/apps/calendar/js/calendar.js +++ b/apps/calendar/js/calendar.js @@ -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(){