87970 - selecting entry from location bar history should move entry to top. r=jag sr=shaver

This commit is contained in:
blakeross%telocity.com 2002-02-19 03:07:43 +00:00
Родитель 5e66f4b2c6
Коммит 041e0b7b9a
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -104,6 +104,7 @@ function executeUrlBarHistoryCommand( aTarget )
var uri = getShortcutOrURI(label); var uri = getShortcutOrURI(label);
if (gURLBar) { if (gURLBar) {
gURLBar.value = uri; gURLBar.value = uri;
addToUrlbarHistory();
BrowserLoadURL(); BrowserLoadURL();
} }
else else