From 25dbea1388d69da405db320b0e10257e98007c5b Mon Sep 17 00:00:00 2001 From: Chocobo1 Date: Sun, 20 Oct 2024 16:01:57 +0800 Subject: [PATCH] WebUI: fix 'rename files' dialog cannot be opened more than once Added an IIFE around the whole script to suppress variable redeclaration errors. Closes #21614. PR #21620. --- src/webui/www/private/rename_files.html | 632 ++++++++++++------------ 1 file changed, 312 insertions(+), 320 deletions(-) diff --git a/src/webui/www/private/rename_files.html b/src/webui/www/private/rename_files.html index 2f2af87e1..59f68b2e9 100644 --- a/src/webui/www/private/rename_files.html +++ b/src/webui/www/private/rename_files.html @@ -14,15 +14,13 @@