only use citation dialog that appears over all windows on Windows, since it doesn't work right on Linux eitherx
This commit is contained in:
parent
bccef73b0f
commit
4790473f78
|
@ -374,7 +374,7 @@ Zotero.Integration.SOAP = new function() {
|
|||
}
|
||||
|
||||
watcher.openWindow(null, 'chrome://zotero/content/addCitationDialog.xul', '',
|
||||
'chrome,modal'+(Zotero.isMac ? '' : ',popup'), io, true);
|
||||
'chrome,modal'+(Zotero.isWin ? ',popup' : ''), io, true);
|
||||
|
||||
citation = new Zotero.Integration.Citation(vars[i], "!");
|
||||
updatedCitations[citation.index] = true;
|
||||
|
|
Loading…
Reference in New Issue
Block a user