diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js index 7212eb2be..e30d31d35 100644 --- a/builds/4chan-X.user.js +++ b/builds/4chan-X.user.js @@ -229,7 +229,7 @@ 'Highlight Own Posts': [false, 'Highlights own posts if Mark Quotes of You is enabled.'], 'Mark OP Quotes': [true, 'Add \'(OP)\' to OP quotes.'], 'Mark Cross-thread Quotes': [true, 'Add \'(Cross-thread)\' to cross-threads quotes.'], - 'Quote Threading': [true, 'Thread conversations'] + 'Quote Threading': [false, 'Thread conversations'] } }, imageExpansion: { @@ -5005,7 +5005,7 @@ } this.enabled = true; this.controls = $.el('span', { - innerHTML: '' + innerHTML: '' }); input = $('input', this.controls); $.on(input, 'change', this.toggle); diff --git a/builds/crx/script.js b/builds/crx/script.js index cdae99ff1..4595ebab7 100644 --- a/builds/crx/script.js +++ b/builds/crx/script.js @@ -207,7 +207,7 @@ 'Highlight Own Posts': [false, 'Highlights own posts if Mark Quotes of You is enabled.'], 'Mark OP Quotes': [true, 'Add \'(OP)\' to OP quotes.'], 'Mark Cross-thread Quotes': [true, 'Add \'(Cross-thread)\' to cross-threads quotes.'], - 'Quote Threading': [true, 'Thread conversations'] + 'Quote Threading': [false, 'Thread conversations'] } }, imageExpansion: { @@ -5008,7 +5008,7 @@ } this.enabled = true; this.controls = $.el('span', { - innerHTML: '' + innerHTML: '' }); input = $('input', this.controls); $.on(input, 'change', this.toggle);