From bb3c2ff55db79292fd0c59e74e53248e7d850aba Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Tue, 11 Aug 2009 05:16:27 +0000 Subject: [PATCH] Fix Related/Tags in standalone note window --- chrome/content/zotero/bindings/noteeditor.xml | 9 +++++++++ chrome/content/zotero/bindings/relatedbox.xml | 4 +++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/chrome/content/zotero/bindings/noteeditor.xml b/chrome/content/zotero/bindings/noteeditor.xml index f60610da5..18f834417 100644 --- a/chrome/content/zotero/bindings/noteeditor.xml +++ b/chrome/content/zotero/bindings/noteeditor.xml @@ -89,6 +89,7 @@ this._mode = val; document.getAnonymousNodes(this)[0].setAttribute('mode', val); + this._id('links').mode = val; ]]> @@ -396,6 +397,14 @@ ]]> + + + + +