diff --git a/.github/diy/patches/luci-app-upnp.patch b/.github/diy/patches/luci-app-upnp.patch index 517431b7..d0e9f67c 100644 --- a/.github/diy/patches/luci-app-upnp.patch +++ b/.github/diy/patches/luci-app-upnp.patch @@ -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)