Remove unused conditional
This commit is contained in:
parent
06a819bf34
commit
46fc28dc16
1 changed files with 6 additions and 8 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue