This commit is contained in:
Jesse MacFadyen
2014-04-30 16:12:36 -07:00
+1 -1
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();