www

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

commit 9f2d231741ad2ccd9f3e65a466b45f139a51ef9b
parent 48017eb1b6690332c7aadfec701d754d2b4e25bb
Author: Simon Kornblith <simon@simonster.com>
Date:   Thu, 23 Sep 2010 05:18:47 +0000

don't attempt to collapse toolbar in Z standalone


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

diff --git a/chrome/content/zotero/overlay.js b/chrome/content/zotero/overlay.js @@ -495,6 +495,8 @@ var ZoteroPane = new function() */ function _setFullWindowMode(set) { // hide or show navigation toolbars + if(Zotero.isStandalone) return; + var toolbox = getNavToolbox(); if(set) { // the below would be a good thing to do if the whole title bar (and not just the center