Skip to content

Commit 45949bf

Browse files
jessetanBlendify
authored andcommitted
Make disablig sticky nav work again (readthedocs#634)
1 parent 55536de commit 45949bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/theme.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function ThemeNav () {
2222
// out from the RTD assets. This just ensures old projects that are
2323
// calling `enable()` get the sticky menu on by default. All other cals
2424
// to `enable` should include an argument for enabling the sticky menu.
25-
if (typeof(withStickNav) == 'undefined') {
25+
if (typeof(withStickyNav) == 'undefined') {
2626
withStickyNav = true;
2727
}
2828

0 commit comments

Comments
 (0)