more path fixes

This commit is contained in:
Simon Kornblith 2010-09-25 16:05:15 +00:00
parent a7c7b8d488
commit c5b703da82

View file

@ -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");
}
}