You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2014/05/14 22:57:10 UTC

[2/2] git commit: Fix iOS being broken due to UrlRemap being set to load on start-up

Fix iOS being broken due to UrlRemap being set to load on start-up


Project: http://git-wip-us.apache.org/repos/asf/cordova-app-harness/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-app-harness/commit/5319e5de
Tree: http://git-wip-us.apache.org/repos/asf/cordova-app-harness/tree/5319e5de
Diff: http://git-wip-us.apache.org/repos/asf/cordova-app-harness/diff/5319e5de

Branch: refs/heads/master
Commit: 5319e5dea8a7b9244c5170fa81b597f190960a6a
Parents: 44e3d14
Author: Andrew Grieve <ag...@chromium.org>
Authored: Wed May 14 16:55:58 2014 -0400
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Wed May 14 16:55:58 2014 -0400

----------------------------------------------------------------------
 UrlRemap/plugin.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-app-harness/blob/5319e5de/UrlRemap/plugin.xml
----------------------------------------------------------------------
diff --git a/UrlRemap/plugin.xml b/UrlRemap/plugin.xml
index e8d9541..7f2c8a2 100644
--- a/UrlRemap/plugin.xml
+++ b/UrlRemap/plugin.xml
@@ -47,7 +47,7 @@
     <config-file target="config.xml" parent="/*">
       <feature name="UrlRemap">
         <param name="ios-package" value="UrlRemap"/>
-        <param name="onload" value="true" />
+        <!-- Don't load onload until the plugin is re-worked to share params with other instances -->
       </feature>
     </config-file>
   </platform>