Connection error -> Network error.
This commit is contained in:
parent
dad6273520
commit
4fc349d996
@ -6410,7 +6410,7 @@
|
|||||||
return QR.error($.el('a', {
|
return QR.error($.el('a', {
|
||||||
href: '//www.4chan.org/banned',
|
href: '//www.4chan.org/banned',
|
||||||
target: '_blank',
|
target: '_blank',
|
||||||
textContent: 'Connection error, or you are banned.'
|
textContent: 'Network error.'
|
||||||
}));
|
}));
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
@ -719,7 +719,7 @@ QR =
|
|||||||
QR.error $.el 'a',
|
QR.error $.el 'a',
|
||||||
href: '//www.4chan.org/banned',
|
href: '//www.4chan.org/banned',
|
||||||
target: '_blank',
|
target: '_blank',
|
||||||
textContent: 'Connection error, or you are banned.'
|
textContent: 'Network error.'
|
||||||
opts =
|
opts =
|
||||||
form: $.formData post
|
form: $.formData post
|
||||||
upCallbacks:
|
upCallbacks:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user