mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-11 16:32:59 +00:00
testing something...
This commit is contained in:
parent
d671e25747
commit
9fb0e53e19
@ -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();
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user