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();