www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 46fc28dc16a172a1a1375aad99e14dff902cc25b
parent 06a819bf34aab65d33c178b94ffbef5ce499b13a
Author: Dan Stillman <dstillman@zotero.org>
Date:   Sat,  9 Jun 2018 02:13:00 -0400

Remove unused conditional

Diffstat:
Mchrome/content/zotero/import/importWizard.js | 14++++++--------
1 file changed, 6 insertions(+), 8 deletions(-)

diff --git a/chrome/content/zotero/import/importWizard.js b/chrome/content/zotero/import/importWizard.js @@ -51,14 +51,12 @@ var Zotero_Import_Wizard = { if (!this._dbs.length) { throw new Error("No databases found"); } - if (this._dbs.length > 1 || true) { - this._populateFileList(this._dbs); - document.getElementById('file-options-header').textContent - = Zotero.getString('fileInterface.chooseAppDatabaseToImport', 'Mendeley') - wizard.goTo('page-file-list'); - wizard.canRewind = true; - this._enableCancel(); - } + this._populateFileList(this._dbs); + document.getElementById('file-options-header').textContent + = Zotero.getString('fileInterface.chooseAppDatabaseToImport', 'Mendeley') + wizard.goTo('page-file-list'); + wizard.canRewind = true; + this._enableCancel(); break; default: