commit c20863e8fa5e634df4e96f9c1adbb58ec81a9c92
parent 328769ca091a2d7846415e4da2a51eaab9c42c9b
Author: Simon Kornblith <simon@simonster.com>
Date: Thu, 10 Feb 2011 01:08:52 +0000
don't call non-existent onLoad function, take 2
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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