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