diff --git a/builds/4chan-X.js b/builds/4chan-X.js
index e8252b89d..c5d90ddc4 100644
--- a/builds/4chan-X.js
+++ b/builds/4chan-X.js
@@ -224,7 +224,7 @@
'Bottom Header': false,
'Header catalog links': false,
'Bottom Board List': false,
- 'Custom Board Navigation': false
+ 'Custom Board Navigation': true
},
boardnav: '[ toggle-all ] [current-title]',
time: '%m/%d/%y(%a)%H:%M:%S',
@@ -9148,7 +9148,7 @@
rice: function(section) {
var archiver, event, input, inputs, items, name, toSelect, _i, _j, _len, _len1, _ref;
- section.innerHTML = "
\n\n\n\n\n\n\n\n\n\n\n";
+ section.innerHTML = "\n\n\n\n\n\n\n\n\n\n\n";
items = {};
inputs = {};
_ref = ['boardnav', 'time', 'backlink', 'fileInfo', 'favicon', 'usercss'];
diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js
index f511f4071..94c13baed 100644
--- a/builds/4chan-X.user.js
+++ b/builds/4chan-X.user.js
@@ -225,7 +225,7 @@
'Bottom Header': false,
'Header catalog links': false,
'Bottom Board List': false,
- 'Custom Board Navigation': false
+ 'Custom Board Navigation': true
},
boardnav: '[ toggle-all ] [current-title]',
time: '%m/%d/%y(%a)%H:%M:%S',
@@ -9166,7 +9166,7 @@
rice: function(section) {
var archiver, event, input, inputs, items, name, toSelect, _i, _j, _len, _len1, _ref;
- section.innerHTML = "\n\n\n\n\n\n\n\n\n\n\n";
+ section.innerHTML = "\n\n\n\n\n\n\n\n\n\n\n";
items = {};
inputs = {};
_ref = ['boardnav', 'time', 'backlink', 'fileInfo', 'favicon', 'usercss'];
diff --git a/builds/crx/script.js b/builds/crx/script.js
index 31f6de8ca..2a5014a3b 100644
--- a/builds/crx/script.js
+++ b/builds/crx/script.js
@@ -122,7 +122,7 @@
'Bottom Header': false,
'Header catalog links': false,
'Bottom Board List': false,
- 'Custom Board Navigation': false
+ 'Custom Board Navigation': true
},
boardnav: '[ toggle-all ] [current-title]',
time: '%m/%d/%y(%a)%H:%M:%S',
@@ -9009,7 +9009,7 @@
rice: function(section) {
var archiver, event, input, inputs, items, name, toSelect, _i, _j, _len, _len1, _ref;
- section.innerHTML = "\n\n\n\n\n\n\n\n\n\n\n";
+ section.innerHTML = "\n\n\n\n\n\n\n\n\n\n\n";
items = {};
inputs = {};
_ref = ['boardnav', 'time', 'backlink', 'fileInfo', 'favicon', 'usercss'];
diff --git a/src/config.coffee b/src/config.coffee
index dbb17531c..b500af3c5 100644
--- a/src/config.coffee
+++ b/src/config.coffee
@@ -394,7 +394,7 @@ http://iqdb.org/?url=%TURL
'Bottom Header': false
'Header catalog links': false
'Bottom Board List': false
- 'Custom Board Navigation': false
+ 'Custom Board Navigation': true
boardnav: '[ toggle-all ] [current-title]'
diff --git a/src/settings.coffee b/src/settings.coffee
index f95d7344d..6e75c9066 100644
--- a/src/settings.coffee
+++ b/src/settings.coffee
@@ -383,7 +383,7 @@ Settings =