diff --git a/chrome/content/zotero/xpcom/integration.js b/chrome/content/zotero/xpcom/integration.js index 729d3b1b89..2fcc00ea15 100644 --- a/chrome/content/zotero/xpcom/integration.js +++ b/chrome/content/zotero/xpcom/integration.js @@ -1133,7 +1133,7 @@ Zotero.Integration.Session.prototype._displayDialog = function(url, options, io) if(this.doc) this.doc.cleanup(); var window = Components.classes["@mozilla.org/embedcomp/window-watcher;1"] .getService(Components.interfaces.nsIWindowWatcher) - .openWindow(null, url, '', 'chrome,centerscreen'+(options ? options : ""), (io ? io : null)); + .openWindow(null, url, '', 'chrome,centerscreen'+(options ? ','+options : ""), (io ? io : null)); while(!window.closed) Zotero.mainThread.processNextEvent(true); }