mirror of
https://github.com/readthedocs/sphinx_rtd_theme.git
synced 2025-02-25 18:55:21 -06:00
Make disablig sticky nav work again (#634)
This commit is contained in:
committed by
Aaron Carlisle
parent
55536dea2b
commit
45949bf339
@@ -22,7 +22,7 @@ function ThemeNav () {
|
||||
// out from the RTD assets. This just ensures old projects that are
|
||||
// calling `enable()` get the sticky menu on by default. All other cals
|
||||
// to `enable` should include an argument for enabling the sticky menu.
|
||||
if (typeof(withStickNav) == 'undefined') {
|
||||
if (typeof(withStickyNav) == 'undefined') {
|
||||
withStickyNav = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user