From 698ef0fa05e9fe3c7df86070d3e102d46c0e4a22 Mon Sep 17 00:00:00 2001 From: Zixaphir Date: Sun, 9 Mar 2014 15:32:11 -0700 Subject: [PATCH] Fix post hiding menu entries --- builds/4chan-X.user.js | 3 +-- builds/crx/script.js | 3 +-- src/General/Config.coffee | 8 ++------ 3 files changed, 4 insertions(+), 10 deletions(-) diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js index 5185c50bc..21d7a8714 100644 --- a/builds/4chan-X.user.js +++ b/builds/4chan-X.user.js @@ -186,8 +186,7 @@ 'Menu': { 'Menu': [true, 'Add a drop-down menu to posts.'], 'Report Link': [true, 'Add a report link to the menu.'], - 'Thread Hiding Link': [true, 'Add a link to hide entire threads.'], - 'Reply Hiding Link': [true, 'Add a link to hide single replies.'], + 'Post Hiding Link': [true, 'Add a link to hide posts.'], 'Delete Link': [true, 'Add post and image deletion links to the menu.'], 'Archive Link': [true, 'Add an archive link to the menu.'] }, diff --git a/builds/crx/script.js b/builds/crx/script.js index 9b2268cea..ff4b673bd 100644 --- a/builds/crx/script.js +++ b/builds/crx/script.js @@ -162,8 +162,7 @@ 'Menu': { 'Menu': [true, 'Add a drop-down menu to posts.'], 'Report Link': [true, 'Add a report link to the menu.'], - 'Thread Hiding Link': [true, 'Add a link to hide entire threads.'], - 'Reply Hiding Link': [true, 'Add a link to hide single replies.'], + 'Post Hiding Link': [true, 'Add a link to hide posts.'], 'Delete Link': [true, 'Add post and image deletion links to the menu.'], 'Download Link': [true, 'Add a download with original filename link to the menu. Chrome-only currently.'], 'Archive Link': [true, 'Add an archive link to the menu.'] diff --git a/src/General/Config.coffee b/src/General/Config.coffee index faf5b5c84..27d44c4b5 100755 --- a/src/General/Config.coffee +++ b/src/General/Config.coffee @@ -197,13 +197,9 @@ Config = true 'Add a report link to the menu.' ] - 'Thread Hiding Link': [ + 'Post Hiding Link': [ true - 'Add a link to hide entire threads.' - ] - 'Reply Hiding Link': [ - true - 'Add a link to hide single replies.' + 'Add a link to hide posts.' ] 'Delete Link': [ true