Toggles back to normal mode, after URLBAR mode command is processed.

This commit is contained in:
mgalli%geckonnection.com 2005-12-23 01:11:05 +00:00
Родитель c2cb35e109
Коммит 1fc0a59df0
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -1066,11 +1066,13 @@ function URLBarEntered()
// SB mode
if(gDeckMode==1) {
DoBrowserSB(gURLBar.value);
BrowserSetDeck(0,document.getElementById("command_ViewDeckDefault"));
return;
}
if(gDeckMode==2) {
DoBrowserSearchURLBAR(gURLBar.value);
BrowserSetDeck(0,document.getElementById("command_ViewDeckDefault"));
return;
}
/* Other normal cases */