From 406ebf3bb986755bdf3b7ef6a98a56205a1a491e Mon Sep 17 00:00:00 2001 From: librelad Date: Tue, 26 May 2026 01:25:34 +0100 Subject: [PATCH] docs(webui): fix stale comment naming (webuiGenerateGluetunProviders -> appWebuiRefresh_gluetun) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Caught in the final review — config-options.js referenced the pre-rename function name. Comment-only fix. Co-Authored-By: Claude Opus 4.7 Signed-off-by: librelad --- .../libreportal/frontend/js/components/config/config-options.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/libreportal/frontend/js/components/config/config-options.js b/containers/libreportal/frontend/js/components/config/config-options.js index 957a359..790b3e2 100755 --- a/containers/libreportal/frontend/js/components/config/config-options.js +++ b/containers/libreportal/frontend/js/components/config/config-options.js @@ -93,7 +93,7 @@ class ConfigOptions { } static _gluetunIconsPromise = null; - // Pulled from gluetun's upstream servers.json by webuiGenerateGluetunProviders. + // Pulled from gluetun's upstream servers.json by appWebuiRefresh_gluetun. // Generator writes to /data/apps/generated/; static fallback ships at /data/apps/. // We try generated first, fall back to bundled, fall back to a tiny static list. static _gluetunProvidersPromise = null;