diff --git a/chrome/content/zotero/standalone/hiddenWindow.xul b/chrome/content/zotero/standalone/hiddenWindow.xul index b34f6a173..ddf43400f 100644 --- a/chrome/content/zotero/standalone/hiddenWindow.xul +++ b/chrome/content/zotero/standalone/hiddenWindow.xul @@ -37,24 +37,67 @@ ]> - - + + + + + - - + + + + + + + + + + + + + + + + diff --git a/chrome/content/zotero/standalone/standalone.js b/chrome/content/zotero/standalone/standalone.js index 4a2ebc253..e9f08b428 100644 --- a/chrome/content/zotero/standalone/standalone.js +++ b/chrome/content/zotero/standalone/standalone.js @@ -225,7 +225,6 @@ const ZoteroStandalone = new function() { */ this.onUnload = function() { ZoteroPane.destroy(); - goQuitApplication(); } }