fix automatic standalone migration on Linux
This commit is contained in:
parent
f4ac1c0b55
commit
762d51059d
1 changed files with 0 additions and 2 deletions
|
@ -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");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue