From bcbb574d05904837631c9d7c28f226091463d920 Mon Sep 17 00:00:00 2001 From: Sergey Grebnov Date: Mon, 21 Apr 2014 16:57:49 -0700 Subject: [PATCH] CB-6483 Use splash screen image from manifest on Windows8 --- www/windows8/SplashScreenProxy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/windows8/SplashScreenProxy.js b/www/windows8/SplashScreenProxy.js index e7b2f30..0d300cc 100644 --- a/www/windows8/SplashScreenProxy.js +++ b/www/windows8/SplashScreenProxy.js @@ -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();