mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-07-20 03:44:26 +08:00
Add missing footer declaration
This commit is contained in:
parent
e22d0947c7
commit
1595ee4067
@ -5,6 +5,7 @@ function generate_autotoc() {
|
|||||||
if(headers.length > 1) {
|
if(headers.length > 1) {
|
||||||
var toc = $("#side-nav").append('<div id="nav-toc" class="toc"><h3>Table of contents</h3></div>');
|
var toc = $("#side-nav").append('<div id="nav-toc" class="toc"><h3>Table of contents</h3></div>');
|
||||||
toc = $("#nav-toc");
|
toc = $("#nav-toc");
|
||||||
|
var footer = $("#nav-path");
|
||||||
var footerHeight = footer.height();
|
var footerHeight = footer.height();
|
||||||
toc = toc.append('<ul></ul>');
|
toc = toc.append('<ul></ul>');
|
||||||
toc = toc.find('ul');
|
toc = toc.find('ul');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user