remove redundant get_config calls in modem_debug.htm
This commit is contained in:
parent
549a32db62
commit
f4a4390a9c
@ -319,7 +319,6 @@
|
|||||||
this.cb_set = (data) => {
|
this.cb_set = (data) => {
|
||||||
this.get_config();
|
this.get_config();
|
||||||
}
|
}
|
||||||
this.get_config();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
set lock(config){
|
set lock(config){
|
||||||
@ -639,8 +638,6 @@
|
|||||||
this.cb_set = (data) => {
|
this.cb_set = (data) => {
|
||||||
this.get_config();
|
this.get_config();
|
||||||
}
|
}
|
||||||
this.get_config();
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
render(){
|
render(){
|
||||||
@ -730,8 +727,6 @@
|
|||||||
this.set_action = "set_neighborcell";
|
this.set_action = "set_neighborcell";
|
||||||
this.task = null;
|
this.task = null;
|
||||||
this.init_nc_table();
|
this.init_nc_table();
|
||||||
this.get_config();
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
pause(){
|
pause(){
|
||||||
@ -944,7 +939,6 @@
|
|||||||
this.config_name = "imei";
|
this.config_name = "imei";
|
||||||
this.get_action = "get_imei";
|
this.get_action = "get_imei";
|
||||||
this.set_action = "set_imei";
|
this.set_action = "set_imei";
|
||||||
this.get_config();
|
|
||||||
this.render();
|
this.render();
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -977,7 +971,6 @@
|
|||||||
this.config_name = "reboot_caps";
|
this.config_name = "reboot_caps";
|
||||||
this.get_action = "get_reboot_caps";
|
this.get_action = "get_reboot_caps";
|
||||||
this.set_action = "do_reboot";
|
this.set_action = "do_reboot";
|
||||||
this.get_config();
|
|
||||||
this.render();
|
this.render();
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1013,7 +1006,6 @@
|
|||||||
this.set_action = "send_at";
|
this.set_action = "send_at";
|
||||||
this.at_port=null;
|
this.at_port=null;
|
||||||
this.last_choice_cmd = null;
|
this.last_choice_cmd = null;
|
||||||
this.get_config();
|
|
||||||
this.render();
|
this.render();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user