mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-27 10:31:38 +08:00
Update luci-app-upnp.patch
This commit is contained in:
parent
dea64a5753
commit
2a528e3190
4
.github/diy/patches/luci-app-upnp.patch
vendored
4
.github/diy/patches/luci-app-upnp.patch
vendored
@ -93,7 +93,7 @@ index 67e255caea7a..45f03c68a457 100644
|
||||
const hour = Math.floor(expires_sec / 3600);
|
||||
const minute = Math.floor((expires_sec % 3600) / 60);
|
||||
@@ -72,8 +72,9 @@ return baseclass.extend({
|
||||
'%h'.format(rule.descr),
|
||||
rule.descr,
|
||||
E('button', {
|
||||
'class': 'btn cbi-button-remove',
|
||||
- 'click': L.bind(handleDelRule, this, rule.num)
|
||||
@ -156,7 +156,7 @@ index 955e1c45f5f8..494172864e35 100644
|
||||
const hour = Math.floor(expires_sec / 3600);
|
||||
const minute = Math.floor((expires_sec % 3600) / 60);
|
||||
@@ -68,8 +69,9 @@ return view.extend({
|
||||
rule.descr,
|
||||
'%h'.format(rule.descr),
|
||||
E('button', {
|
||||
'class': 'btn cbi-button-remove',
|
||||
- 'click': L.bind(handleDelRule, this, rule.num)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user