From 7da0313a8b9edc317de76b808d9a1b40356f62ed Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Thu, 24 Mar 2011 23:23:11 +0000 Subject: [PATCH] use ZoteroPane_Local everywhere we possibly can --- .../content/zotero/bindings/attachmentbox.xml | 8 +++---- chrome/content/zotero/bindings/itembox.xml | 4 ++-- chrome/content/zotero/bindings/relatedbox.xml | 4 ++-- chrome/content/zotero/fileInterface.js | 16 +++++++------- chrome/content/zotero/itemPane.js | 6 ++--- chrome/content/zotero/locateMenu.js | 20 ++++++++--------- chrome/content/zotero/recognizePDF.js | 4 ++-- chrome/content/zotero/reportInterface.js | 18 +++++++-------- chrome/content/zotero/timelineInterface.js | 14 ++++++------ chrome/content/zotero/xpcom/itemTreeView.js | 22 +++++++++---------- 10 files changed, 58 insertions(+), 58 deletions(-) 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 @@