Working on the time tracker
This commit is contained in:
parent
790148236b
commit
0121285808
1 changed files with 3 additions and 0 deletions
|
|
@ -621,6 +621,9 @@
|
|||
}
|
||||
}
|
||||
function setPanelHeights() {
|
||||
if (isMobile) {
|
||||
return;
|
||||
}
|
||||
var height = $(window).height() - $('.navbar').height() - 2;
|
||||
$('#taskList').height(height);
|
||||
$('#taskForm').height(height);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue