CB-6483 Use splash screen image from manifest on Windows8
This commit is contained in:
parent
3d553eb51a
commit
bcbb574d05
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user