mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-07 12:52:54 -05:00
fix cancelhelp translate error #4888
Signed-off-by: si458 <simonsmith5521@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user