www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 9408d468f77b7b1393a2d539249490b906d2f429
parent 1a3d616c2d2d2502cf1f04712ccc1eb354775447
Author: Simon Kornblith <simon@simonster.com>
Date:   Mon, 24 Jan 2011 19:41:44 +0000

hide browser chrome on zotero apptab


Diffstat:
Mchrome/content/zotero/overlay.js | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

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