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

This commit is contained in:
Dan Stillman 2006-09-07 08:53:04 +00:00
parent 14b24f3638
commit f011c9b8be

View file

@ -57,7 +57,7 @@ function onUnload()
var NotifyCallback = {
notify: function(){
noteEditor.id('links').id('tags').reload();
noteEditor.note = noteEditor.note;
}
}