make navigation with keys in basic theme non-default

This commit is contained in:
Timotheus Kampik
2016-01-17 17:05:28 +01:00
parent a6a55898a0
commit 6c0ea67185
2 changed files with 2 additions and 2 deletions

View File

@@ -124,7 +124,7 @@ var Documentation = {
this.fixFirefoxAnchorBug();
this.highlightSearchWords();
this.initIndexTable();
{% if not theme_nonavigationwithkeys|tobool %}
{% if theme_navigation_with_keys|tobool %}
this.initOnKeyListeners();
{% endif %}
},

View File

@@ -6,4 +6,4 @@ pygments_style = none
[options]
nosidebar = false
sidebarwidth = 230
nonavigationwithkeys = false
navigation_with_keys = False