mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 08:35:26 +00:00
Fix for bug 92824. Update index in SH after onStartLoad() is called for the page. r=adamlock sr=rpotts
This commit is contained in:
parent
1a9ddd4d3d
commit
3f92052f24
@ -467,7 +467,6 @@ function BrowserBack()
|
||||
}
|
||||
catch(ex) {
|
||||
}
|
||||
UpdateBackForwardButtons();
|
||||
}
|
||||
|
||||
function BrowserForward()
|
||||
@ -477,7 +476,6 @@ function BrowserForward()
|
||||
}
|
||||
catch(ex) {
|
||||
}
|
||||
UpdateBackForwardButtons();
|
||||
}
|
||||
|
||||
function BrowserBackMenu(event)
|
||||
|
Loading…
Reference in New Issue
Block a user