Merge with Xamora
This commit is contained in:
@ -59,6 +59,7 @@ async function renderView(view)
|
||||
|
||||
let error_code = await view.postInit();
|
||||
|
||||
|
||||
if (error_code === 404)
|
||||
renderView(new PageNotFoundView());
|
||||
else if (error_code === 403)
|
||||
|
Reference in New Issue
Block a user