From b52f44cf5270166427f6aca48277e1326f2f34d3 Mon Sep 17 00:00:00 2001 From: fujr Date: Wed, 13 Nov 2024 16:01:26 +0800 Subject: [PATCH] fix typo in soft reboot method configuration --- luci/luci-app-qmodem/luasrc/view/qmodem/modem_debug.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luci/luci-app-qmodem/luasrc/view/qmodem/modem_debug.htm b/luci/luci-app-qmodem/luasrc/view/qmodem/modem_debug.htm index eab76ef..a030dbd 100644 --- a/luci/luci-app-qmodem/luasrc/view/qmodem/modem_debug.htm +++ b/luci/luci-app-qmodem/luasrc/view/qmodem/modem_debug.htm @@ -850,7 +850,7 @@ render(){ this.soft_reboot_btn = this.createBTN("<%:Soft Reboot%>",() => { - this.set_config('{"mothod":"soft"}'); + this.set_config('{"method":"soft"}'); }); this.hard_reboot_btn = this.createBTN("<%:Hard Reboot%>",() => { this.set_config('{"method":"hard"}');