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 @@ @@ -412,14 +412,20 @@ + + + + +