don't submit name or subject fields on boards when disabled

This commit is contained in:
ccd0 2014-06-11 11:03:28 -07:00
parent 2afe78f125
commit 7cf1016ed0

View File

@ -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