diff --git a/chrome/content/zotero/bindings/noteeditor.xml b/chrome/content/zotero/bindings/noteeditor.xml
index e255ae4508..6925a2828f 100644
--- a/chrome/content/zotero/bindings/noteeditor.xml
+++ b/chrome/content/zotero/bindings/noteeditor.xml
@@ -83,7 +83,7 @@
this._mode = val;
document.getAnonymousNodes(this)[0].setAttribute('mode', val);
- this._id('links').mode = val;
+ this._id('links-box').mode = val;
]]>
@@ -92,7 +92,7 @@
@@ -111,7 +111,7 @@
this.parentItem = Zotero.Items.getByLibraryAndKey(this.item.libraryID, parentKey);
}
- this._id('links').item = this.item;
+ this._id('links-box').item = this.item;
this.refresh();
]]>
@@ -121,10 +121,10 @@
-
-
+
+
@@ -377,9 +378,8 @@
this.itemRef = val;
this.id('tags').item = this.item;
- this.updateTagsSummary();
this.id('related').item = this.item;
- this.updateRelatedSummary();
+ this.refresh();
]]>
@@ -412,14 +412,20 @@
+
+
+
+
+