From d8f488e28c7d2eb0cf84611ea2ea9c26ed57cb1f Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Fri, 4 Sep 2020 17:54:34 -0400 Subject: Settings dictionary import refactor (#759) * Fix .purge not re-opening the database after deletion failure * Create DictionaryImportController * Remove backend dictionary import --- ext/mixed/js/api.js | 4 ---- 1 file changed, 4 deletions(-) (limited to 'ext/mixed/js') diff --git a/ext/mixed/js/api.js b/ext/mixed/js/api.js index 47b63617..e6e27cb6 100644 --- a/ext/mixed/js/api.js +++ b/ext/mixed/js/api.js @@ -203,10 +203,6 @@ const api = (() => { // Invoke functions with progress - importDictionaryArchive(archiveContent, details, onProgress) { - return this._invokeWithProgress('importDictionaryArchive', {archiveContent, details}, onProgress); - } - deleteDictionary(dictionaryName, onProgress) { return this._invokeWithProgress('deleteDictionary', {dictionaryName}, onProgress); } -- cgit v1.2.3