Remove unused conditional

This commit is contained in:
Dan Stillman 2018-06-09 02:13:00 -04:00
parent 06a819bf34
commit 46fc28dc16

View File

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