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"}');