Fix confusing error message. #505
This commit is contained in:
parent
1a9bd32be4
commit
685f8a2d6d
@ -657,9 +657,8 @@ QR =
|
|||||||
QR.status()
|
QR.status()
|
||||||
QR.error $.el 'span',
|
QR.error $.el 'span',
|
||||||
<%= html(
|
<%= html(
|
||||||
meta.name + ' encountered an error while posting. ' +
|
'Connection error while posting. ' +
|
||||||
'[<a href="//4chan.org/banned" target="_blank">Banned?</a>] ' +
|
'[<a href="' + meta.faq + '#connection-errors" target="_blank">More info</a>]'
|
||||||
'[<a href="' + meta.faq + '#what-does-4chan-x-encountered-an-error-while-posting-please-try-again-mean" target="_blank">More info</a>]'
|
|
||||||
) %>
|
) %>
|
||||||
extra =
|
extra =
|
||||||
form: $.formData formData
|
form: $.formData formData
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user