mirror of
https://github.com/zotero/zotero.git
synced 2026-09-24 00:51:37 +00:00
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…
Add table
Reference in a new issue