зеркало из https://github.com/mozilla/pjs.git
Fix for bug 131480: "Can't do two successive history searches"
r+sr=neil
This commit is contained in:
Родитель
66ccb85667
Коммит
30351e1e85
|
@ -351,6 +351,14 @@ function OpenURLArrayInTabs(aURLArray)
|
|||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Root the tree on a given URI (used for displaying search results)
|
||||
*/
|
||||
function setRoot(root)
|
||||
{
|
||||
gHistoryTree.ref = root;
|
||||
}
|
||||
|
||||
function GroupBy(aGroupingType)
|
||||
{
|
||||
gHistoryGrouping = aGroupingType;
|
||||
|
|
Загрузка…
Ссылка в новой задаче