Bug 942464 - make middle-click recently closed tabs work in Australis menu panel, too, r=ttaubert

This commit is contained in:
Gijs Kruitbosch 2013-11-25 17:45:07 +01:00
parent e5c3ef9a05
commit 10426dd7f2

View File

@ -138,7 +138,7 @@ this.RecentlyClosedTabsAndWindowsMenuUtils = {
if (aEvent.button != 1)
return;
aEvent.view.undoCloseTab(aEvent.originalTarget.value);
aEvent.view.undoCloseTab(aEvent.originalTarget.getAttribute("value"));
aEvent.view.gBrowser.moveTabToEnd();
},
};