author | Wes Johnston <wjohnston@mozilla.com> |
Fri, 08 Aug 2014 09:06:35 -0700 | |
changeset 198584 | 5e3c1c70e2eda75fe8db3721ffe9a0f3ca72ae36 |
parent 198583 | 65bcc7b2a8a6f4e5475be2b8c7949f5bbae08369 |
child 198585 | 1a9b83ef50a0578c4c557db2d13e7a4ff5336e8e |
push id | 27277 |
push user | ryanvm@gmail.com |
push date | Fri, 08 Aug 2014 20:25:17 +0000 |
treeherder | mozilla-central@1d6500527f66 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | margaret, benb |
bugs | 910893 |
milestone | 34.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/mobile/android/chrome/content/netError.xhtml +++ b/mobile/android/chrome/content/netError.xhtml @@ -83,18 +83,16 @@ // to load, not the one of the error page. So, just call // reload(), which will also repost POST data correctly. try { location.reload(); } catch (e) { // We probably tried to reload a URI that caused an exception to // occur; e.g. a nonexistent file. } - - buttonEl.disabled = true; } function initPage() { var err = getErrorCode(); // if it's an unknown error or there's no title or description // defined, get the generic message