Working on the time tracker

This commit is contained in:
Hillel Coren 2017-10-02 21:37:39 +03:00
parent 790148236b
commit 0121285808

View File

@ -621,6 +621,9 @@
}
}
function setPanelHeights() {
if (isMobile) {
return;
}
var height = $(window).height() - $('.navbar').height() - 2;
$('#taskList').height(height);
$('#taskForm').height(height);