From c4b1f215fbd547e0f25e854ebe44a86c5e25efe0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Wabik?= <4rafal@gmail.com> Date: Tue, 2 Jan 2024 12:48:31 +0100 Subject: [PATCH] Update to version 1.0.24-20240102 --- luci-app-modemband/Makefile | 4 ++-- .../luci-static/resources/view/modem/b5gnsa.js | 2 +- .../luci-static/resources/view/modem/b5gsa.js | 2 +- .../htdocs/luci-static/resources/view/modem/blte.js | 2 +- .../luci-static/resources/view/modem/blteconfig.js | 2 +- .../luci-static/resources/view/modem/blteedit.js | 13 +------------ 6 files changed, 7 insertions(+), 18 deletions(-) diff --git a/luci-app-modemband/Makefile b/luci-app-modemband/Makefile index cdefc03c..805c5dba 100644 --- a/luci-app-modemband/Makefile +++ b/luci-app-modemband/Makefile @@ -1,5 +1,5 @@ # -# Copyright 2022-2023 Rafał Wabik - IceG - From eko.one.pl forum +# Copyright 2022-2024 Rafał Wabik - IceG - From eko.one.pl forum # # MIT License # @@ -12,7 +12,7 @@ MAINTAINER:=Rafał Wabik <4Rafal@gmail.com> LUCI_DESCRIPTION:=LuCI JS interface for the modemband. The package allows set LTE/5G bands for selected 4G/5G modems. LUCI_PKGARCH:=all LUCI_DEPENDS:=+sms-tool +modemband -PKG_VERSION:=1.0.24-20240101 +PKG_VERSION:=1.0.24-20240102 include $(TOPDIR)/feeds/luci/luci.mk diff --git a/luci-app-modemband/htdocs/luci-static/resources/view/modem/b5gnsa.js b/luci-app-modemband/htdocs/luci-static/resources/view/modem/b5gnsa.js index 36cd01ec..9e590065 100644 --- a/luci-app-modemband/htdocs/luci-static/resources/view/modem/b5gnsa.js +++ b/luci-app-modemband/htdocs/luci-static/resources/view/modem/b5gnsa.js @@ -9,7 +9,7 @@ 'require tools.widgets as widgets'; /* - Copyright 2022-2023 Rafał Wabik - IceG - From eko.one.pl forum + Copyright 2022-2024 Rafał Wabik - IceG - From eko.one.pl forum */ var CBISelectswitch = form.DummyValue.extend({ diff --git a/luci-app-modemband/htdocs/luci-static/resources/view/modem/b5gsa.js b/luci-app-modemband/htdocs/luci-static/resources/view/modem/b5gsa.js index d1c86f9b..ce1a7de2 100644 --- a/luci-app-modemband/htdocs/luci-static/resources/view/modem/b5gsa.js +++ b/luci-app-modemband/htdocs/luci-static/resources/view/modem/b5gsa.js @@ -9,7 +9,7 @@ 'require tools.widgets as widgets'; /* - Copyright 2022-2023 Rafał Wabik - IceG - From eko.one.pl forum + Copyright 2022-2024 Rafał Wabik - IceG - From eko.one.pl forum */ diff --git a/luci-app-modemband/htdocs/luci-static/resources/view/modem/blte.js b/luci-app-modemband/htdocs/luci-static/resources/view/modem/blte.js index 839c74fb..6f89318f 100644 --- a/luci-app-modemband/htdocs/luci-static/resources/view/modem/blte.js +++ b/luci-app-modemband/htdocs/luci-static/resources/view/modem/blte.js @@ -9,7 +9,7 @@ 'require tools.widgets as widgets'; /* - Copyright 2022-2023 Rafał Wabik - IceG - From eko.one.pl forum + Copyright 2022-2024 Rafał Wabik - IceG - From eko.one.pl forum */ var CBISelectswitch = form.DummyValue.extend({ diff --git a/luci-app-modemband/htdocs/luci-static/resources/view/modem/blteconfig.js b/luci-app-modemband/htdocs/luci-static/resources/view/modem/blteconfig.js index f48f4498..3f24695e 100644 --- a/luci-app-modemband/htdocs/luci-static/resources/view/modem/blteconfig.js +++ b/luci-app-modemband/htdocs/luci-static/resources/view/modem/blteconfig.js @@ -7,7 +7,7 @@ 'require tools.widgets as widgets' /* - Copyright 2022-2023 Rafał Wabik - IceG - From eko.one.pl forum + Copyright 2022-2024 Rafał Wabik - IceG - From eko.one.pl forum */ return view.extend({ diff --git a/luci-app-modemband/htdocs/luci-static/resources/view/modem/blteedit.js b/luci-app-modemband/htdocs/luci-static/resources/view/modem/blteedit.js index b04767fe..4b8dbe5e 100644 --- a/luci-app-modemband/htdocs/luci-static/resources/view/modem/blteedit.js +++ b/luci-app-modemband/htdocs/luci-static/resources/view/modem/blteedit.js @@ -7,7 +7,7 @@ 'require tools.widgets as widgets'; /* - Copyright 2022-2023 Rafał Wabik - IceG - From eko.one.pl forum + Copyright 2022-2024 Rafał Wabik - IceG - From eko.one.pl forum MIT License */ @@ -54,17 +54,6 @@ return view.extend({ } -/* - - o = s.taboption('template', form.Button, '_search'); - o.title = _('Refresh the view'); - o.inputtitle = _('Reload'); - o.onclick = function() { - window.location.reload(); - }; - -*/ - o = s.taboption('template', form.TextValue, '_tmpl', _('Edit'), _('Supported bands depend on the region in which the modem operates. By modifying the DEFAULT_LTE_BANDS variable, you can easily adapt the package to your modem.')); o.rows = 7;