fix automatic standalone migration on Linux

This commit is contained in:
Simon Kornblith 2011-01-17 21:53:49 +00:00
parent f4ac1c0b55
commit 762d51059d

View file

@ -735,7 +735,6 @@ var Zotero = new function(){
} else if(Zotero.isMac) {
prefDir.append("Firefox");
} else {
prefDir = prefDir.parent;
prefDir.append(".mozilla");
prefDir.append("firefox");
}
@ -747,7 +746,6 @@ var Zotero = new function(){
} else if(Zotero.isMac) {
prefDir.append("Zotero");
} else {
prefDir = prefDir.parent;
prefDir.append(".zotero");
prefDir.append("zotero");
}