0ad/binaries/data/mods/_test.gui/gui/regainFocus/pushWithPopOnInit.js
phosit df5fee6103 Rename PushGuiPage to OpenChildPage
There is no `PopGuiPage` anymore. For symmetry there should also be no
`PushGuiPage`.
2025-03-09 10:39:20 +01:00

4 lines
84 B
JavaScript

function init()
{
return Engine.OpenChildPage("regainFocus/page_emptyPage.xml");
}