Add "Connection error, or you are banned" back."
This commit is contained in:
parent
f14730e632
commit
bcde8426c7
@ -2456,7 +2456,11 @@
|
|||||||
},
|
},
|
||||||
onerror: function() {
|
onerror: function() {
|
||||||
QR.status();
|
QR.status();
|
||||||
return QR.error('Connection error with sys.4chan.org.');
|
return QR.error($.el('a', {
|
||||||
|
href: '//www.4chan.org/banned',
|
||||||
|
target: '_blank',
|
||||||
|
textContent: 'Connection error, or you are banned.'
|
||||||
|
}));
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
opts = {
|
opts = {
|
||||||
|
|||||||
@ -1909,7 +1909,10 @@ QR =
|
|||||||
# Connection error, or
|
# Connection error, or
|
||||||
# CORS disabled error on www.4chan.org/banned
|
# CORS disabled error on www.4chan.org/banned
|
||||||
QR.status()
|
QR.status()
|
||||||
QR.error 'Connection error with sys.4chan.org.'
|
QR.error $.el 'a',
|
||||||
|
href: '//www.4chan.org/banned',
|
||||||
|
target: '_blank',
|
||||||
|
textContent: 'Connection error, or you are banned.'
|
||||||
opts =
|
opts =
|
||||||
form: $.formData post
|
form: $.formData post
|
||||||
upCallbacks:
|
upCallbacks:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user