diff --git a/chrome/content/zotero/tab.js b/chrome/content/zotero/tab.js index b829270fa..6b0cb5b3d 100644 --- a/chrome/content/zotero/tab.js +++ b/chrome/content/zotero/tab.js @@ -104,7 +104,8 @@ var ZoteroTab = new function() if(tabs.length > 1) { window.close(); } else { - this.containerWindow.BrowserGoHome(); + if(Zotero.isFx4) this.containerWindow.gBrowser.unpinTab(tabs[0]); + document.location.replace(this.containerWindow.gHomeButton.getHomePage()); } return; }