зеркало из https://github.com/mozilla/gecko-dev.git
Add function gotoHistoryIndex() for session history in go menu
This commit is contained in:
Родитель
2286632b40
Коммит
3908cb6dfc
|
@ -192,6 +192,10 @@ function UpdateBookmarksLastVisitiedDate(event)
|
|||
document.getElementById('urlbar').value = window.content.location.href;
|
||||
}
|
||||
|
||||
function gotoHistoryIndex(index)
|
||||
{
|
||||
appCore.gotoHistoryIndex(index);
|
||||
}
|
||||
|
||||
function BrowserBack()
|
||||
{
|
||||
|
|
|
@ -192,6 +192,10 @@ function UpdateBookmarksLastVisitiedDate(event)
|
|||
document.getElementById('urlbar').value = window.content.location.href;
|
||||
}
|
||||
|
||||
function gotoHistoryIndex(index)
|
||||
{
|
||||
appCore.gotoHistoryIndex(index);
|
||||
}
|
||||
|
||||
function BrowserBack()
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче