Moving inappAbout call out of iOS.waitForInterface

This commit is contained in:
Tim Mickel 2016-02-02 16:41:02 -05:00
parent 7b28c13f84
commit ce419f1b7a

View file

@ -400,7 +400,7 @@ window.onload = () => {
iOS.waitForInterface(gettingStartedVideo); iOS.waitForInterface(gettingStartedVideo);
} else if (page == 'inappAbout') { } else if (page == 'inappAbout') {
preprocessAndLoadCss('style', 'style/about.css'); preprocessAndLoadCss('style', 'style/about.css');
iOS.waitForInterface(inappAbout); inappAbout();
} else if (page == 'inappInterfaceGuide') { } else if (page == 'inappInterfaceGuide') {
preprocessAndLoadCss('style', 'style/style.css'); preprocessAndLoadCss('style', 'style/style.css');
preprocessAndLoadCss('style', 'style/interface.css'); preprocessAndLoadCss('style', 'style/interface.css');