From d59c1758031f1f5040381eb8e246a72aea3bd454 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sun, 14 Sep 2014 01:31:04 -0700 Subject: [PATCH] Turn JSON Navigation, Expand videos on by default. --- src/General/Config.coffee | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/General/Config.coffee b/src/General/Config.coffee index 57c9ec8e4..8c05299bd 100755 --- a/src/General/Config.coffee +++ b/src/General/Config.coffee @@ -2,7 +2,7 @@ Config = main: 'Miscellaneous': 'JSON Navigation' : [ - false + true 'Replace the board index with a dynamically generated one supporting searching, sorting, and infinite scrolling.' ] 'Catalog Links': [ @@ -432,8 +432,8 @@ Config = 'Expand all images along with spoilers.' ] 'Expand videos': [ - false - 'Expand all images also expands videos (no autoplay).' + true + 'Expand all images also expands videos.' ] 'Expand from here': [ false