don't submit name or subject fields on boards when disabled
This commit is contained in:
parent
2afe78f125
commit
7cf1016ed0
@ -668,9 +668,9 @@ QR =
|
|||||||
|
|
||||||
formData =
|
formData =
|
||||||
resto: threadID
|
resto: threadID
|
||||||
name: post.name
|
name: post.name unless QR.forcedAnon
|
||||||
email: post.email
|
email: post.email
|
||||||
sub: post.sub
|
sub: post.sub unless QR.forcedAnon or threadID
|
||||||
com: post.com
|
com: post.com
|
||||||
upfile: post.file
|
upfile: post.file
|
||||||
filetag: filetag
|
filetag: filetag
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user