diff --git a/chrome/chromeFiles/content/scholar/note.js b/chrome/chromeFiles/content/scholar/note.js index b39d3f67e1..952aa2a7dd 100644 --- a/chrome/chromeFiles/content/scholar/note.js +++ b/chrome/chromeFiles/content/scholar/note.js @@ -57,7 +57,7 @@ function onUnload() var NotifyCallback = { notify: function(){ - noteEditor.id('links').id('tags').reload(); + noteEditor.note = noteEditor.note; } }