mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 11:04:41 -04:00
Working on the time tracker
This commit is contained in:
parent
790148236b
commit
0121285808
@ -621,6 +621,9 @@
|
||||
}
|
||||
}
|
||||
function setPanelHeights() {
|
||||
if (isMobile) {
|
||||
return;
|
||||
}
|
||||
var height = $(window).height() - $('.navbar').height() - 2;
|
||||
$('#taskList').height(height);
|
||||
$('#taskForm').height(height);
|
||||
|
Loading…
x
Reference in New Issue
Block a user