more path fixes
This commit is contained in:
parent
a7c7b8d488
commit
c5b703da82
1 changed files with 3 additions and 0 deletions
|
@ -624,11 +624,13 @@ var Zotero = new function(){
|
|||
|
||||
if(Zotero.isStandalone) {
|
||||
if(Zotero.isWin) {
|
||||
prefDir = prefDir.parent;
|
||||
prefDir.append("Mozilla");
|
||||
prefDir.append("Firefox");
|
||||
} else if(Zotero.isMac) {
|
||||
prefDir.append("Firefox");
|
||||
} else {
|
||||
prefDir = prefDir.parent;
|
||||
prefDir.append(".mozilla");
|
||||
prefDir.append("firefox");
|
||||
}
|
||||
|
@ -642,6 +644,7 @@ var Zotero = new function(){
|
|||
} else {
|
||||
prefDir = prefDir.parent;
|
||||
prefDir.append(".zotero");
|
||||
prefDir.append("zotero");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue