mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-09-11 02:44:57 +08:00
Update luci-app-upnp.patch
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user