This commit is contained in:
Jesse MacFadyen 2014-04-30 16:12:36 -07:00
commit 71dc86786b

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();