From 0b3933251504d54ae48abb7166c768b43d78b45e Mon Sep 17 00:00:00 2001 From: Jaifroid Date: Mon, 6 May 2024 11:37:43 +0100 Subject: [PATCH] Remove redundant variable --- www/js/app.js | 1 - 1 file changed, 1 deletion(-) diff --git a/www/js/app.js b/www/js/app.js index 4c9c011e..cb5c89ba 100644 --- a/www/js/app.js +++ b/www/js/app.js @@ -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');