Skip to content

Commit

Permalink
Probing
Browse files Browse the repository at this point in the history
  • Loading branch information
MalcolmVonMoJ committed Aug 26, 2020
1 parent 01630a8 commit 275f7a3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,8 @@ var wideScreen = 641;
if ($(window).width() >= wideScreen) {
var listHeight = $("ul.org-list").height();
if (listHeight > setHeight) setHeight = listHeight;
console.log("list height: " + listHeight);
console.log("set height: " + listHeight);
$(".search-results-container, .search-results-list").height(setHeight);
}
}
Expand Down

0 comments on commit 275f7a3

Please sign in to comment.