mirror of
https://github.com/scratchfoundation/scratchjr.git
synced 2024-11-25 08:38:30 -05:00
Moving inappAbout call out of iOS.waitForInterface
This commit is contained in:
parent
7b28c13f84
commit
ce419f1b7a
1 changed files with 1 additions and 1 deletions
|
@ -400,7 +400,7 @@ window.onload = () => {
|
|||
iOS.waitForInterface(gettingStartedVideo);
|
||||
} else if (page == 'inappAbout') {
|
||||
preprocessAndLoadCss('style', 'style/about.css');
|
||||
iOS.waitForInterface(inappAbout);
|
||||
inappAbout();
|
||||
} else if (page == 'inappInterfaceGuide') {
|
||||
preprocessAndLoadCss('style', 'style/style.css');
|
||||
preprocessAndLoadCss('style', 'style/interface.css');
|
||||
|
|
Loading…
Reference in a new issue