From 94332e2f621b6cb00e0b9aa983106853b243edbe Mon Sep 17 00:00:00 2001 From: Zixaphir Date: Sat, 3 May 2014 02:05:09 -0700 Subject: [PATCH] Duplicate Config option --- builds/4chan-X.user.js | 1 - builds/crx/script.js | 1 - src/General/Config.coffee | 4 ---- 3 files changed, 6 deletions(-) diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js index 5ea98f215..57580fdda 100644 --- a/builds/4chan-X.user.js +++ b/builds/4chan-X.user.js @@ -140,7 +140,6 @@ 'Keybinds': [true, 'Bind actions to keyboard shortcuts.'], 'Time Formatting': [true, 'Localize and format timestamps.'], 'Relative Post Dates': [true, 'Display dates like "3 minutes ago". Tooltip shows the timestamp.'], - 'Comment Expansion': [true, 'Add buttons to expand too long comments.'], 'File Info Formatting': [true, 'Reformat the file information.'], 'Thread Expansion': [true, 'Add buttons to expand threads.'], 'Comment Expansion': [false, 'Expand Comments that are too long to display on the index. Does not work with JSON Navigation.'], diff --git a/builds/crx/script.js b/builds/crx/script.js index f8e7bb777..ffe81443b 100644 --- a/builds/crx/script.js +++ b/builds/crx/script.js @@ -116,7 +116,6 @@ 'Keybinds': [true, 'Bind actions to keyboard shortcuts.'], 'Time Formatting': [true, 'Localize and format timestamps.'], 'Relative Post Dates': [true, 'Display dates like "3 minutes ago". Tooltip shows the timestamp.'], - 'Comment Expansion': [true, 'Add buttons to expand too long comments.'], 'File Info Formatting': [true, 'Reformat the file information.'], 'Thread Expansion': [true, 'Add buttons to expand threads.'], 'Comment Expansion': [false, 'Expand Comments that are too long to display on the index. Does not work with JSON Navigation.'], diff --git a/src/General/Config.coffee b/src/General/Config.coffee index f5ccc2709..91516f580 100755 --- a/src/General/Config.coffee +++ b/src/General/Config.coffee @@ -37,10 +37,6 @@ Config = true 'Display dates like "3 minutes ago". Tooltip shows the timestamp.' ] - 'Comment Expansion': [ - true - 'Add buttons to expand too long comments.' - ] 'File Info Formatting': [ true 'Reformat the file information.'