Revert "Use var in place of let"
This reverts commit 9b67d60197
.
(I totally bungled this commit)
This commit is contained in:
parent
b6c04a1653
commit
6a58d3b2ff
1 changed files with 2 additions and 2 deletions
|
@ -347,11 +347,11 @@ Components.utils.import("resource://gre/modules/Services.jsm");
|
|||
|
||||
// Revert to profile directory
|
||||
if (index == 1) {
|
||||
Zotero.chooseZoteroDirectory(Zotero.isStandalone, true);
|
||||
Zotero.chooseZoteroDirectory(false, true);
|
||||
}
|
||||
// Locate data directory
|
||||
else if (index == 2) {
|
||||
Zotero.chooseZoteroDirectory(Zotero.isStandalone);
|
||||
Zotero.chooseZoteroDirectory();
|
||||
}
|
||||
}
|
||||
return;
|
||||
|
|
Loading…
Add table
Reference in a new issue