[CB-4203] errorUrl preference removed
Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/87ced997 Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/87ced997 Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/87ced997 Branch: refs/heads/master Commit: 87ced9975811ea86dd5b2bd10c33e0a765bbe2b5 Parents: 3676d5b Author: Mike Sierra <[email protected]> Authored: Mon Sep 30 14:42:24 2013 -0400 Committer: Michael Brooks <[email protected]> Committed: Mon Oct 21 14:41:05 2013 -0700 ---------------------------------------------------------------------- docs/en/edge/guide/platforms/android/config.md | 7 ------- 1 file changed, 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/87ced997/docs/en/edge/guide/platforms/android/config.md ---------------------------------------------------------------------- diff --git a/docs/en/edge/guide/platforms/android/config.md b/docs/en/edge/guide/platforms/android/config.md index 6d63efb..25db6b0 100644 --- a/docs/en/edge/guide/platforms/android/config.md +++ b/docs/en/edge/guide/platforms/android/config.md @@ -30,13 +30,6 @@ config.xml File for information on global configuration options. <preference name="KeepRunning" value="false"/> -- `ErrorUrl`: Specifies an error page that displays in response to - standard HTTP errors in the 400-500 range. Place the specified file - in the top-level directory containing the home page and other web - assets. - - <preference name="ErrorUrl" value="error.html"/> - - `LoadUrlTimeoutValue` (number, default is `20000`): When loading a page, the amount of time to wait before throwing a timeout error. This example specifies 10 seconds rather than 20:
