fix path on Windows
This commit is contained in:
parent
48680fbfd8
commit
a7c7b8d488
1 changed files with 1 additions and 0 deletions
|
@ -636,6 +636,7 @@ var Zotero = new function(){
|
|||
if(Zotero.isWin) {
|
||||
prefDir = prefDir.parent;
|
||||
prefDir.append("Zotero");
|
||||
prefDir.append("Zotero");
|
||||
} else if(Zotero.isMac) {
|
||||
prefDir.append("Zotero");
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue