diff --git a/xpfe/browser/resources/content/navigator.js b/xpfe/browser/resources/content/navigator.js index 0a2a5fdc4b2d..86ec02237f7a 100644 --- a/xpfe/browser/resources/content/navigator.js +++ b/xpfe/browser/resources/content/navigator.js @@ -455,13 +455,11 @@ function Shutdown() return true; } else { - /* NOT NEEDED NOW var id = event.target.getAttribute("id"); if (id == "menuitem-back") BrowserBack(); else if (id == "menuitem-forward") - BrowserForward(); - */ + BrowserForward(); } } diff --git a/xpfe/browser/resources/content/navigator.xul b/xpfe/browser/resources/content/navigator.xul index 180d30eea965..332e97f79702 100644 --- a/xpfe/browser/resources/content/navigator.xul +++ b/xpfe/browser/resources/content/navigator.xul @@ -223,18 +223,18 @@ Contributor(s): ______________________________________. --> + + - + - -->