CB-6483 Use splash screen image from manifest on Windows8

This commit is contained in:
Sergey Grebnov 2014-04-21 16:57:49 -07:00
parent 3d553eb51a
commit bcbb574d05

View File

@ -69,7 +69,7 @@ var SplashScreen = {
localSplash.style.position = "absolute";
localSplashImage = document.createElement("img");
localSplashImage.src = "img/splashscreen.png";
localSplashImage.src = "ms-appx:///images/splashscreen.png";
localSplashImage.style.position = "absolute";
updateImageLocation();