зеркало из https://github.com/mozilla/pjs.git
Toggles back to normal mode, after URLBAR mode command is processed.
This commit is contained in:
Родитель
c2cb35e109
Коммит
1fc0a59df0
|
@ -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 */
|
||||
|
|
Загрузка…
Ссылка в новой задаче