mirror of
https://github.com/pi-hole/web.git
synced 2025-12-24 04:38:28 +00:00
Remove unused variable
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
This commit is contained in:
@@ -214,7 +214,6 @@ function delItems(ids) {
|
||||
if (!Array.isArray(ids)) return;
|
||||
|
||||
var items = "";
|
||||
var name = "";
|
||||
|
||||
for (var id of ids) {
|
||||
// Exploit prevention: Return early for non-numeric IDs
|
||||
|
||||
Reference in New Issue
Block a user