don't call non-existent onLoad function, take 2
This commit is contained in:
parent
328769ca09
commit
c20863e8fa
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue