Tasks: Fix resizing of the content part

This commit is contained in:
Bart Visscher 2012-06-11 17:38:40 +02:00
parent 0d43d6402d
commit c260db0e9a
1 changed files with 5 additions and 2 deletions

View File

@ -310,8 +310,11 @@ OC.Tasks = {
};
$(document).ready(function(){
fillHeight($('#tasks_lists'));
fillWindow($('#tasks_list'));
$(window).resize(function () {
fillHeight($('#tasks_lists'));
fillWindow($('#tasks_list'));
});
$(window).trigger('resize');
/*-------------------------------------------------------------------------
* Actions for startup