Remove 'Show Name and Subject' option. #904
This commit is contained in:
parent
5beaba0c80
commit
07e05961c5
@ -486,11 +486,6 @@ QR =
|
|||||||
if Conf['Show New Thread Option in Threads']
|
if Conf['Show New Thread Option in Threads']
|
||||||
$.addClass QR.nodes.el, 'show-new-thread-option'
|
$.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"]'
|
QR.forcedAnon = !!$ 'form[name="post"] input[name="name"][type="hidden"]'
|
||||||
if QR.forcedAnon
|
if QR.forcedAnon
|
||||||
$.addClass QR.nodes.el, 'forced-anon'
|
$.addClass QR.nodes.el, 'forced-anon'
|
||||||
|
|||||||
@ -455,12 +455,6 @@ Config =
|
|||||||
'Show the option to post a new / different thread from inside a thread.'
|
'Show the option to post a new / different thread from inside a thread.'
|
||||||
1
|
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': [
|
'Cooldown': [
|
||||||
true
|
true
|
||||||
'Indicate the remaining time before posting again.'
|
'Indicate the remaining time before posting again.'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user