diff --git a/mobile/chrome/content/browser.js b/mobile/chrome/content/browser.js index 643fe285776..6b5d04f3eaf 100644 --- a/mobile/chrome/content/browser.js +++ b/mobile/chrome/content/browser.js @@ -899,7 +899,7 @@ var Browser = { } } else if (/^about:neterror\?e=netOffline/.test(errorDoc.documentURI)) { - if (ot == errorDoc.getElementById("errorTryAgain") { + if (ot == errorDoc.getElementById("errorTryAgain")) { // Make sure we're online before attempting to load Util.forceOnline(); }