mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-27 02:40:39 +01:00
Merge branch 'master' into develop
This commit is contained in:
@@ -150,7 +150,7 @@ ajaxify.widgets = { render: render };
|
||||
|
||||
if (data) {
|
||||
let status = parseInt(data.status, 10);
|
||||
if ([400, 403, 404, 500, 502, 504].includes(status)) {
|
||||
if ([400, 403, 404, 500, 502, 503].includes(status)) {
|
||||
if (status === 502 && retry) {
|
||||
retry = false;
|
||||
ajaxifyTimer = undefined;
|
||||
|
||||
Reference in New Issue
Block a user