mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-07-14 00:51:52 +08:00
Fix javascript hacks for oxygen 1.8.13
(grafted from 9c8decffbf13604d419d5ea530169cc91afcd45a )
This commit is contained in:
parent
bde2bfcee8
commit
5fec52ced1
@ -65,6 +65,10 @@ function getNode(o, po)
|
|||||||
function resizeHeight()
|
function resizeHeight()
|
||||||
{
|
{
|
||||||
var toc = $("#nav-toc");
|
var toc = $("#nav-toc");
|
||||||
|
var header = $("#header");
|
||||||
|
var content = $("#doc-content");
|
||||||
|
var navtree = $("#nav-path");
|
||||||
|
var sidenav = $("#side-nav");
|
||||||
var tocHeight = toc.height(); // <- we added this line
|
var tocHeight = toc.height(); // <- we added this line
|
||||||
var headerHeight = header.height();
|
var headerHeight = header.height();
|
||||||
var footerHeight = footer.height();
|
var footerHeight = footer.height();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user