Remove redundant variable

This commit is contained in:
Jaifroid 2024-05-06 11:37:43 +01:00
parent affca037e2
commit 0b39332515

View File

@ -101,7 +101,6 @@ setContentInjectionMode(params.contentInjectionMode);
// Define frequently used UI elements
const globalDropZone = document.getElementById('search-article');
const configDropZone = document.getElementById('configuration');
const folderSelect = document.getElementById('folderSelect');
const archiveFiles = document.getElementById('archiveFiles');