mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-10-31 02:55:58 +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