mirror of
https://github.com/kiwix/kiwix-js.git
synced 2025-09-24 04:54:51 -04:00
Remove redundant variable
This commit is contained in:
parent
affca037e2
commit
0b39332515
@ -101,7 +101,6 @@ setContentInjectionMode(params.contentInjectionMode);
|
|||||||
|
|
||||||
// Define frequently used UI elements
|
// Define frequently used UI elements
|
||||||
const globalDropZone = document.getElementById('search-article');
|
const globalDropZone = document.getElementById('search-article');
|
||||||
const configDropZone = document.getElementById('configuration');
|
|
||||||
const folderSelect = document.getElementById('folderSelect');
|
const folderSelect = document.getElementById('folderSelect');
|
||||||
const archiveFiles = document.getElementById('archiveFiles');
|
const archiveFiles = document.getElementById('archiveFiles');
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user