This commit is contained in:
blakeross%telocity.com 2002-10-13 04:52:35 +00:00
Родитель d671e25747
Коммит 9fb0e53e19
1 изменённых файлов: 1 добавлений и 3 удалений

Просмотреть файл

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