forked from mirrors/0ad
6ead0d2f92
Pages can replace themselfe by another (continuation) page.
8 lines
135 B
JavaScript
8 lines
135 B
JavaScript
async function init()
|
|
{
|
|
return { [Engine.openRequest]: {
|
|
"page": "OpenRequest/Continuation/Page.xml",
|
|
"argument": "Entry"
|
|
} };
|
|
}
|