Correct js typo

This commit is contained in:
James Laska 2014-06-25 08:32:16 -04:00
parent b6947d0260
commit 699eef1fbd

View File

@ -531,7 +531,7 @@ function JobDetailController ($rootScope, $scope, $compile, $routeParams, $log,
$('#hosts-table-detail').height(150);
$('#hosts-table-detail').mCustomScrollbar("update");
//height = $('#wrap').height() - $('.site-footer').outerHeight() - $('.main-container').height();
height = $(window).height() - $('#main-menu-container .navbar').outerHeight()
height = $(window).height() - $('#main-menu-container .navbar').outerHeight();
if (height > 15) {
// there's a bunch of white space at the bottom, let's use it
$('#plays-table-detail').height(150 + (height / 3));