Fix for bug 92824. Update index in SH after onStartLoad() is called for the page. r=adamlock sr=rpotts

This commit is contained in:
radha%netscape.com 2006-09-14 05:59:36 +00:00
parent 1a9ddd4d3d
commit 3f92052f24

View File

@ -467,7 +467,6 @@ function BrowserBack()
}
catch(ex) {
}
UpdateBackForwardButtons();
}
function BrowserForward()
@ -477,7 +476,6 @@ function BrowserForward()
}
catch(ex) {
}
UpdateBackForwardButtons();
}
function BrowserBackMenu(event)