From 9f2d231741ad2ccd9f3e65a466b45f139a51ef9b Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Thu, 23 Sep 2010 05:18:47 +0000 Subject: [PATCH] don't attempt to collapse toolbar in Z standalone --- chrome/content/zotero/overlay.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/chrome/content/zotero/overlay.js b/chrome/content/zotero/overlay.js index 1130d3b74b..b6da4fedb6 100644 --- 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