From be5b470c3ebad844ab13efb0539b20cd754612a3 Mon Sep 17 00:00:00 2001 From: Dirk Brenken Date: Thu, 16 Apr 2026 22:15:49 +0200 Subject: [PATCH] luci-app-banip: release 1.8.6-1 * sync with base package Signed-off-by: Dirk Brenken --- applications/luci-app-banip/Makefile | 2 +- .../htdocs/luci-static/resources/view/banip/setreport.js | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/applications/luci-app-banip/Makefile b/applications/luci-app-banip/Makefile index 1760a3c4ba..8784cf537e 100644 --- a/applications/luci-app-banip/Makefile +++ b/applications/luci-app-banip/Makefile @@ -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 diff --git a/applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js b/applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js index 783549c049..d740c0b7b2 100644 --- a/applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js +++ b/applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js @@ -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 {