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

git-svn-id: svn://10.0.0.236/trunk@186500 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mgalli%geckonnection.com 2005-12-23 01:11:05 +00:00
parent 6de018330a
commit 110904f7e9

View File

@ -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 */