Repository: cordova-plugin-splashscreen Updated Branches: refs/heads/master 0a82a8ef2 -> 71dc86786
CB-6483 Use splash screen image from manifest on Windows8 Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/commit/bcbb574d Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/tree/bcbb574d Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/diff/bcbb574d Branch: refs/heads/master Commit: bcbb574d05904837631c9d7c28f226091463d920 Parents: 3d553eb Author: Sergey Grebnov <[email protected]> Authored: Mon Apr 21 16:57:49 2014 -0700 Committer: Sergey Grebnov <[email protected]> Committed: Mon Apr 21 16:57:49 2014 -0700 ---------------------------------------------------------------------- www/windows8/SplashScreenProxy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/blob/bcbb574d/www/windows8/SplashScreenProxy.js ---------------------------------------------------------------------- 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();
