From: Paul Donald Date: Mon, 21 Apr 2025 21:31:51 +0000 (+0200) Subject: luci-app-lldpd: fix 'redeclaration of s' error X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=e05852d9cfe454eb57cac57880dd5749c152a5a8;p=project%2Fluci.git luci-app-lldpd: fix 'redeclaration of s' error follow-up to 279720fef7a540d52fa2b138aeef14ba3a4d5dee Signed-off-by: Paul Donald --- 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]