No one told me that image spoiling was not working.

This commit is contained in:
Nicolas Stepien 2012-01-27 04:15:49 +01:00
parent 50e9a0e633
commit 19970a2faf
2 changed files with 10 additions and 8 deletions

View File

@ -1676,6 +1676,7 @@
sub: reply.sub,
com: reply.com,
upfile: reply.file,
spoiler: reply.spoiler,
mode: 'regist',
pwd: (m = d.cookie.match(/4chan_pass=([^;]+)/)) ? decodeURIComponent(m[1]) : $('input[name=pwd]').value,
recaptcha_challenge_field: challenge,

View File

@ -1244,14 +1244,15 @@ qr =
watcher.watch threadID
post =
board: g.BOARD
resto: threadID
name: reply.name
email: reply.email
sub: reply.sub
com: reply.com
upfile: reply.file
mode: 'regist'
board: g.BOARD
resto: threadID
name: reply.name
email: reply.email
sub: reply.sub
com: reply.com
upfile: reply.file
spoiler: reply.spoiler
mode: 'regist'
pwd: if m = d.cookie.match(/4chan_pass=([^;]+)/) then decodeURIComponent m[1] else $('input[name=pwd]').value
recaptcha_challenge_field: challenge
recaptcha_response_field: response