luci-app-banip: release 1.8.6-1
authorDirk Brenken <redacted>
Thu, 16 Apr 2026 20:15:49 +0000 (22:15 +0200)
committerDirk Brenken <redacted>
Thu, 16 Apr 2026 20:16:10 +0000 (22:16 +0200)
* sync with base package

Signed-off-by: Dirk Brenken <redacted>
applications/luci-app-banip/Makefile
applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js

index 1760a3c4ba002963af3b3c21e1553b4abb10e0d8..8784cf537eadd0e8ced9ef9b4e31548e5706bffb 100644 (file)
@@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk
 LUCI_TITLE:=LuCI support for banIP
 LUCI_DEPENDS:=+luci-base +banip
 
-PKG_VERSION:=1.8.5
+PKG_VERSION:=1.8.6
 PKG_RELEASE:=1
 PKG_LICENSE:=Apache-2.0
 PKG_MAINTAINER:=Dirk Brenken <dev@brenken.org>
index 783549c04946736183676b54ad84c0b0b1039a28..d740c0b7b2bda7db7f324d3533b66ceb4220494b 100644 (file)
@@ -7,8 +7,6 @@
 /*
        button handling
 */
-let errMsg = false;
-
 function handleAction(report, ev) {
        if (ev === 'search') {
                ui.showModal(_('IP Search'), [
@@ -83,6 +81,7 @@ function handleAction(report, ev) {
        }
        if (ev === 'content') {
                let content, selectOption;
+               let errMsg = false;
 
                if (report[1]) {
                        try {
git clone https://git.99rst.org/PROJECT