Bustage fix

This commit is contained in:
Mark Finkle 2009-11-24 14:27:42 -05:00
parent aea047f8fb
commit 8e8b5eb43f

View File

@ -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();
}