testing something...

This commit is contained in:
blakeross%telocity.com 2002-10-13 04:52:35 +00:00
parent d671e25747
commit 9fb0e53e19

View File

@ -2990,12 +2990,10 @@ nsBrowserStatusHandler.prototype =
// pages.
if (/^\s*wyciwyg:\/\/\d+\//.test(location))
location = RegExp.rightContext;
setTimeout(function(loc) { gURLBar.value = loc; }, 0, location);
setTimeout(function(loc, aloc) { gURLBar.value = loc; SetPageProxyState("valid", aloc);}, 0, location, aLocation);
// the above causes userTyped.value to become true, reset it
this.userTyped.value = false;
}
SetPageProxyState("valid", aLocation);
}
UpdateBackForwardButtons();
},