fix path on Windows

This commit is contained in:
Simon Kornblith 2010-09-25 16:04:18 +00:00
parent 48680fbfd8
commit a7c7b8d488

View file

@ -636,6 +636,7 @@ var Zotero = new function(){
if(Zotero.isWin) { if(Zotero.isWin) {
prefDir = prefDir.parent; prefDir = prefDir.parent;
prefDir.append("Zotero"); prefDir.append("Zotero");
prefDir.append("Zotero");
} else if(Zotero.isMac) { } else if(Zotero.isMac) {
prefDir.append("Zotero"); prefDir.append("Zotero");
} else { } else {