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