mlpack / mlpack.org

Sources to www.mlpack.org.
12 stars 18 forks source link

Documentation Navigation and Search bars not showing up #19

Closed gmanlan closed 4 years ago

gmanlan commented 4 years ago

@rcurtin: I think the issue you fixed during the test phase didn't make it to production when the website was deployed. The search bar is not showing up, which I guess is also related to the navigation bar.

http://mlpack.org/doc/mlpack-3.2.2/doxygen/build.html

Uncaught TypeError: Cannot read property 'value' of null
    at SearchBox.OnSelectItem (search.js:260)
    at init_search (search.js:789)
    at HTMLDocument.<anonymous> (build.html:33)
    at e (jquery.js:16)
    at Object.fireWith (jquery.js:16)
    at Function.ready (jquery.js:16)
    at HTMLDocument.e (jquery.js:16)
rcurtin commented 4 years ago

Ah, thanks for pointing that out, it was a script update that I needed to include. Fixed in 265c2ea11 and redeployed---there should be no issues now.