mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
fix cancelhelp translate error #4888
Signed-off-by: si458 <simonsmith5521@gmail.com>
This commit is contained in:
parent
86713cacac
commit
4b891c5be0
2 changed files with 2902 additions and 2905 deletions
File diff suppressed because it is too large
Load diff
|
@ -4967,7 +4967,7 @@
|
||||||
|
|
||||||
function closeDeviceHelpRequest(appid, nodeid) {
|
function closeDeviceHelpRequest(appid, nodeid) {
|
||||||
setDialogMode(0);
|
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
|
// Show currently active sessions on this device
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue