From 07e05961c510719097f1591667282f4961c1cc7e Mon Sep 17 00:00:00 2001 From: ccd0 Date: Tue, 17 May 2016 04:20:45 -0700 Subject: [PATCH] Remove 'Show Name and Subject' option. #904 --- src/Posting/QR.coffee | 5 ----- src/config/Config.coffee | 6 ------ 2 files changed, 11 deletions(-) diff --git a/src/Posting/QR.coffee b/src/Posting/QR.coffee index 56058d634..060936cdd 100644 --- a/src/Posting/QR.coffee +++ b/src/Posting/QR.coffee @@ -486,11 +486,6 @@ QR = if Conf['Show New Thread Option in Threads'] $.addClass QR.nodes.el, 'show-new-thread-option' - if Conf['Show Name and Subject'] - $.addClass QR.nodes.name, 'force-show' - $.addClass QR.nodes.sub, 'force-show' - QR.nodes.email.placeholder = 'E-mail' - QR.forcedAnon = !!$ 'form[name="post"] input[name="name"][type="hidden"]' if QR.forcedAnon $.addClass QR.nodes.el, 'forced-anon' diff --git a/src/config/Config.coffee b/src/config/Config.coffee index 9307977f6..4731769a8 100644 --- a/src/config/Config.coffee +++ b/src/config/Config.coffee @@ -455,12 +455,6 @@ Config = 'Show the option to post a new / different thread from inside a thread.' 1 ] - # XXX This has been migrated to Name Sync and will be removed from 4chan X in a future version. - 'Show Name and Subject': [ - false - 'Show the classic name, email, and subject fields in the QR, even when 4chan doesn\'t use them all.' - 1 - ] 'Cooldown': [ true 'Indicate the remaining time before posting again.'