diff --git a/chrome/content/zotero/itemPane.js b/chrome/content/zotero/itemPane.js index 6e4c57174..2863b0aed 100644 --- a/chrome/content/zotero/itemPane.js +++ b/chrome/content/zotero/itemPane.js @@ -20,14 +20,6 @@ ***** END LICENSE BLOCK ***** */ -// Quick hack to make the Zotero object accessible in item pane in Fx2 -// with Fx3-compatible XUL inclusion method -// -// Might be a better way -var Zotero = Components.classes["@zotero.org/Zotero;1"] - .getService(Components.interfaces.nsISupports) - .wrappedJSObject; - var ZoteroItemPane = new function() { var _dynamicFields; diff --git a/chrome/content/zotero/itemPane.xul b/chrome/content/zotero/itemPane.xul index 8d2085b6a..de68a885e 100644 --- a/chrome/content/zotero/itemPane.xul +++ b/chrome/content/zotero/itemPane.xul @@ -28,7 +28,9 @@ -