mirror of
https://github.com/openwrt/luci.git
synced 2026-05-31 10:31:55 +08:00
luci-app-banip: release 1.8.6-1
* sync with base package Signed-off-by: Dirk Brenken <dev@brenken.org>
This commit is contained in:
@@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
LUCI_TITLE:=LuCI support for banIP
|
LUCI_TITLE:=LuCI support for banIP
|
||||||
LUCI_DEPENDS:=+luci-base +banip
|
LUCI_DEPENDS:=+luci-base +banip
|
||||||
|
|
||||||
PKG_VERSION:=1.8.5
|
PKG_VERSION:=1.8.6
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
PKG_LICENSE:=Apache-2.0
|
PKG_LICENSE:=Apache-2.0
|
||||||
PKG_MAINTAINER:=Dirk Brenken <dev@brenken.org>
|
PKG_MAINTAINER:=Dirk Brenken <dev@brenken.org>
|
||||||
|
|||||||
@@ -7,8 +7,6 @@
|
|||||||
/*
|
/*
|
||||||
button handling
|
button handling
|
||||||
*/
|
*/
|
||||||
let errMsg = false;
|
|
||||||
|
|
||||||
function handleAction(report, ev) {
|
function handleAction(report, ev) {
|
||||||
if (ev === 'search') {
|
if (ev === 'search') {
|
||||||
ui.showModal(_('IP Search'), [
|
ui.showModal(_('IP Search'), [
|
||||||
@@ -83,6 +81,7 @@ function handleAction(report, ev) {
|
|||||||
}
|
}
|
||||||
if (ev === 'content') {
|
if (ev === 'content') {
|
||||||
let content, selectOption;
|
let content, selectOption;
|
||||||
|
let errMsg = false;
|
||||||
|
|
||||||
if (report[1]) {
|
if (report[1]) {
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user