commit 90cc7efef437903d8727961a4e5cf3b11368ca1e
parent d5b2f67afa184f68d7edd466deed24154b0b2fd7
Author: Dan Stillman <dstillman@zotero.org>
Date: Mon, 1 Aug 2016 03:36:54 -0400
Fix #1038 again for separate note windows
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git 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();