--- a/mobile/chrome/content/browser.js
+++ b/mobile/chrome/content/browser.js
@@ -894,17 +894,17 @@ var Browser = {
if (url.indexOf("|") != -1)
url = url.split("|")[0];
} catch (e) { /* Fall back on about blank */ }
Browser.selectedBrowser.loadURI(url, null, null, false);
}
}
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();
}
}
},
/**
* Compute the sidebar percentage visibility.