forked from mirrors/0ad
df5fee6103
There is no `PopGuiPage` anymore. For symmetry there should also be no `PushGuiPage`.
5 lines
84 B
JavaScript
5 lines
84 B
JavaScript
function init()
|
|
{
|
|
return Engine.OpenChildPage("regainFocus/page_emptyPage.xml");
|
|
}
|