mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-14 20:56:00 +08:00
Fix javascript hacks for oxygen 1.8.13
This commit is contained in:
parent
e798466871
commit
9c8decffbf
@ -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