From 90cc7efef437903d8727961a4e5cf3b11368ca1e Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Mon, 1 Aug 2016 03:36:54 -0400 Subject: [PATCH] Fix #1038 again for separate note windows --- chrome/content/zotero/note.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/chrome/content/zotero/note.js b/chrome/content/zotero/note.js index 449ca9391..ab932b963 100644 --- a/chrome/content/zotero/note.js +++ b/chrome/content/zotero/note.js @@ -86,8 +86,6 @@ function onUnload() var NotifyCallback = { notify: function(action, type, ids){ if (noteEditor.item && ids.indexOf(noteEditor.item.id) != -1) { - noteEditor.item = noteEditor.item; - // If the document title hasn't yet been set, reset undo so // undoing to empty isn't possible var noteTitle = noteEditor.note.getNoteTitle();