From 2a528e3190474e52858ba4369136e3649a0cfa7e Mon Sep 17 00:00:00 2001 From: kiddin9 <48883331+kiddin9@users.noreply.github.com> Date: Tue, 7 Jul 2026 04:13:00 +0800 Subject: [PATCH] Update luci-app-upnp.patch --- .github/diy/patches/luci-app-upnp.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)