hide browser chrome on zotero apptab

This commit is contained in:
Simon Kornblith 2011-01-24 19:41:44 +00:00
parent 1a3d616c2d
commit 9408d468f7

View file

@ -235,6 +235,11 @@ var ZoteroPane = new function()
if(_isStandaloneOrTab) { if(_isStandaloneOrTab) {
this.toggleDisplay(true); this.toggleDisplay(true);
this.fullScreen(true); this.fullScreen(true);
} else {
// Hide browser chrome on Zotero tab
if(Zotero.isFx4) {
XULBrowserWindow.inContentWhitelist.push("chrome://zotero/content/tab.xul");
}
} }
} }