fx-compat: Zotero files are now packaged in app/omni.ja, not zotero.jar
This commit is contained in:
parent
004d5db2c3
commit
3a77abc8d2
1 changed files with 1 additions and 1 deletions
|
@ -931,7 +931,7 @@ Zotero.Schema = new function(){
|
|||
var installLocation = Components.classes["@mozilla.org/file/directory_service;1"]
|
||||
.getService(Components.interfaces.nsIProperties)
|
||||
.get("AChrom", Components.interfaces.nsIFile).parent;
|
||||
installLocation.append("zotero.jar");
|
||||
installLocation.append("omni.ja");
|
||||
}
|
||||
// Asynchronous in Firefox
|
||||
else {
|
||||
|
|
Loading…
Reference in a new issue