diff --git a/chrome/content/zotero/bindings/attachmentbox.xml b/chrome/content/zotero/bindings/attachmentbox.xml index f6bb00314..878b51dcb 100644 --- a/chrome/content/zotero/bindings/attachmentbox.xml +++ b/chrome/content/zotero/bindings/attachmentbox.xml @@ -199,7 +199,7 @@ urlField.setAttribute('hidden', false); if (this.clickableLink) { urlField.onclick = function (event) { - ZoteroPane.loadURI(this.value, event) + ZoteroPane_Local.loadURI(this.value, event) }; urlField.className = 'text-link'; } @@ -435,7 +435,7 @@ @@ -445,7 +445,7 @@ @@ -536,7 +536,7 @@