Skip to content

Commit

Permalink
Update to version 1.0.24-20240102
Browse files Browse the repository at this point in the history
  • Loading branch information
4IceG authored Jan 2, 2024
1 parent b105b2f commit c4b1f21
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 18 deletions.
4 changes: 2 additions & 2 deletions luci-app-modemband/Makefile
Original file line number Diff line number Diff line change
@@ -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
#
Expand All @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit c4b1f21

Please sign in to comment.