Revert "Use var in place of let"

This reverts commit 9b67d60197.

(I totally bungled this commit)
This commit is contained in:
Simon Kornblith 2014-05-04 19:07:14 -04:00
parent b6c04a1653
commit 6a58d3b2ff

View file

@ -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;