We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55536de commit 45949bfCopy full SHA for 45949bf
js/theme.js
@@ -22,7 +22,7 @@ function ThemeNav () {
22
// out from the RTD assets. This just ensures old projects that are
23
// calling `enable()` get the sticky menu on by default. All other cals
24
// to `enable` should include an argument for enabling the sticky menu.
25
- if (typeof(withStickNav) == 'undefined') {
+ if (typeof(withStickyNav) == 'undefined') {
26
withStickyNav = true;
27
}
28
0 commit comments