From e05852d9cfe454eb57cac57880dd5749c152a5a8 Mon Sep 17 00:00:00 2001 From: Paul Donald Date: Mon, 21 Apr 2025 23:31:51 +0200 Subject: [PATCH] luci-app-lldpd: fix 'redeclaration of s' error follow-up to 279720fef7a540d52fa2b138aeef14ba3a4d5dee Signed-off-by: Paul Donald --- .../htdocs/luci-static/resources/view/lldpd/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js b/applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js index 859ed567b2..0f34e109f3 100644 --- a/applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js +++ b/applications/luci-app-lldpd/htdocs/luci-static/resources/view/lldpd/config.js @@ -836,7 +836,7 @@ return L.view.extend({ /** @private */ populateExtraTLVOptions: function(s, tab, data) { - let o, s, ss, oo; + let o, ss, oo; ///// Custom TLV // # syntax: [add | replace] oui OUI subtype SUBTYPE [oui-info CONTENT] -- 2.30.2