Fix broken doc prefs window
This commit is contained in:
parent
01748aab01
commit
f95291af88
1 changed files with 8 additions and 6 deletions
|
@ -799,7 +799,9 @@ Zotero.Integration.SOAP_Compat = new function() {
|
|||
io.useBookmarks = session.prefs.fieldType;
|
||||
}
|
||||
|
||||
watcher.openWindow(
|
||||
Components.classes["@mozilla.org/embedcomp/window-watcher;1"]
|
||||
.getService(Components.interfaces.nsIWindowWatcher)
|
||||
.openWindow(
|
||||
null, 'chrome://zotero/content/integrationDocPrefs.xul', '',
|
||||
'chrome,modal,centerscreen'
|
||||
+ (Zotero.Integration.usePopup ? ',popup' : ''),
|
||||
|
|
Loading…
Reference in a new issue