fix cancelhelp translate error #4888
Signed-off-by: si458 <simonsmith5521@gmail.com>
This commit is contained in:
parent
86713cacac
commit
4b891c5be0
File diff suppressed because it is too large
Load Diff
|
@ -4967,7 +4967,7 @@
|
|||
|
||||
function closeDeviceHelpRequest(appid, nodeid) {
|
||||
setDialogMode(0);
|
||||
meshserver.send({ action: 'msg', type: 'localapp', nodeid: decodeURIComponent(nodeid), appid: decodeURIComponent(appid), value: { cmd: "cancelhelp" } });
|
||||
meshserver.send({ action: 'msg', type: 'localapp', nodeid: decodeURIComponent(nodeid), appid: decodeURIComponent(appid), value: { cmd: 'cancelhelp' } });
|
||||
}
|
||||
|
||||
// Show currently active sessions on this device
|
||||
|
|
Loading…
Reference in New Issue