Skip to content

Commit

Permalink
Fix for anchor links in docs issue (#1735)
Browse files Browse the repository at this point in the history
  • Loading branch information
howardlopez committed Feb 28, 2019
1 parent 6d313ff commit a926b9a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build/docs/theme/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ $(window).load(function() {
var height = $(window).height() - navigationHeight;
$left.height(height);
$splitter.height(height);
$right.height(height);
}
function setContentWidth()
{
Expand Down

0 comments on commit a926b9a

Please sign in to comment.