From c20863e8fa5e634df4e96f9c1adbb58ec81a9c92 Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Thu, 10 Feb 2011 01:08:52 +0000 Subject: [PATCH] don't call non-existent onLoad function, take 2 --- chrome/content/zotero/zoteroPane.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/zotero/zoteroPane.js b/chrome/content/zotero/zoteroPane.js index 876f459fa0..0cec876198 100644 --- a/chrome/content/zotero/zoteroPane.js +++ b/chrome/content/zotero/zoteroPane.js @@ -335,7 +335,7 @@ var ZoteroPane = new function() ps.alert(null, "", msg); return false; } - ZoteroPane.onLoad(); + ZoteroPane.init(); } // If Zotero could not be initialized, display an error message and return