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.'