From 53f53779a3606dd147905d73edaac96f581f0561 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Wed, 12 May 2021 03:33:09 -0400 Subject: [PATCH] Mendeley import: Don't show local import option It's still possible to trigger a local import from a 1.18 database by selecting the .sqlite file directly from the file option, but don't offer it in the dialog. --- chrome/content/zotero/import/importWizard.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chrome/content/zotero/import/importWizard.js b/chrome/content/zotero/import/importWizard.js index 69db786c6c..77018b029c 100644 --- a/chrome/content/zotero/import/importWizard.js +++ b/chrome/content/zotero/import/importWizard.js @@ -13,7 +13,8 @@ var Zotero_Import_Wizard = { this._wizard = document.getElementById('import-wizard'); var dbs = await Zotero_File_Interface.findMendeleyDatabases(); if (dbs.length) { - document.getElementById('radio-import-source-mendeley').hidden = false; + // Local import disabled + //document.getElementById('radio-import-source-mendeley').hidden = false; } // If no existing collections or non-trash items in the library, don't create a new