From cec804959098afbfeddbf3ac2c0ddc5eba784250 Mon Sep 17 00:00:00 2001 From: Kabir Sala Date: Mon, 10 Feb 2014 15:34:22 +0100 Subject: [PATCH] just forget about it --- builds/4chan-X.user.js | 4 ++-- builds/crx/script.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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);