Fix typo in qmodem_mwan.sh and update warning message handling in modem_info.htm

This commit is contained in:
fujr 2024-10-24 15:24:12 +08:00
parent 79adc501c2
commit 43035640ee

View File

@ -333,7 +333,7 @@ class ModemInfo {
for (let entry of data){
let class_name,full_name,value,type;
class_name = entry.class;
if (type == "warning_message") {
if (entry.type == "warning_message") {
warning_message.push(entry);
continue;
}