Repository: cordova-js Updated Branches: refs/heads/master 1b1110586 -> c517ca811
CB-10650 Non-index content.src causes Splashscreen to be not displayed on browser Project: http://git-wip-us.apache.org/repos/asf/cordova-js/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-js/commit/c517ca81 Tree: http://git-wip-us.apache.org/repos/asf/cordova-js/tree/c517ca81 Diff: http://git-wip-us.apache.org/repos/asf/cordova-js/diff/c517ca81 Branch: refs/heads/master Commit: c517ca811b4948b630e0b74dbae6c9637939da24 Parents: 1b11105 Author: daserge <[email protected]> Authored: Fri Feb 19 13:28:20 2016 +0300 Committer: daserge <[email protected]> Committed: Fri Feb 19 13:28:20 2016 +0300 ---------------------------------------------------------------------- src/legacy-exec/browser/confighelper.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-js/blob/c517ca81/src/legacy-exec/browser/confighelper.js ---------------------------------------------------------------------- diff --git a/src/legacy-exec/browser/confighelper.js b/src/legacy-exec/browser/confighelper.js index de19c8d..b6d606e 100644 --- a/src/legacy-exec/browser/confighelper.js +++ b/src/legacy-exec/browser/confighelper.js @@ -71,7 +71,7 @@ function readConfig(success, error) { } try { - xhr.open("get", "config.xml", true); + xhr.open("get", "/config.xml", true); xhr.send(); } catch(e) { fail('[Browser][cordova.js][readConfig] Could not XHR config.xml: ' + JSON.stringify(e)); --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
