mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 03:55:55 +01:00
fix: missing body classes on error pages
This commit is contained in:
@@ -157,6 +157,7 @@ ajaxify.widgets = { render: render };
|
|||||||
status = 500;
|
status = 500;
|
||||||
}
|
}
|
||||||
if (data.responseJSON) {
|
if (data.responseJSON) {
|
||||||
|
ajaxify.data.bodyClass = data.responseJSON.bodyClass;
|
||||||
data.responseJSON.config = config;
|
data.responseJSON.config = config;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user