diff --git a/chrome/content/zotero/zoteroPane.js b/chrome/content/zotero/zoteroPane.js index 571ad7976..7946da7fc 100644 --- a/chrome/content/zotero/zoteroPane.js +++ b/chrome/content/zotero/zoteroPane.js @@ -3023,7 +3023,7 @@ var ZoteroPane = new function() } var io = { itemID: itemID, collectionID: col, parentItemID: parentItemID }; - window.openDialog('chrome://zotero/content/note.xul', name, 'chrome,resizable,centerscreen', io); + window.openDialog('chrome://zotero/content/note.xul', name, 'chrome,resizable,centerscreen,dialog=false', io); }