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

Tasks: Fix resizing of the content part

parent 0d43d640
Branches
No related tags found
No related merge requests found
......@@ -310,8 +310,11 @@ OC.Tasks = {
};
$(document).ready(function(){
$(window).resize(function () {
fillHeight($('#tasks_lists'));
fillWindow($('#tasks_list'));
});
$(window).trigger('resize');
/*-------------------------------------------------------------------------
* Actions for startup
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment