www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit f011c9b8be160414a6c9843df4e61ff660e2bec0
parent 14b24f363828fd90045d0e7a7549e924717d6337
Author: Dan Stillman <dstillman@zotero.org>
Date:   Thu,  7 Sep 2006 08:53:04 +0000

Fixes #282, Notes opened in separate windows need item notification


Diffstat:
Mchrome/chromeFiles/content/scholar/note.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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; } }