mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Local Add Device added device group view on desktop site, #3984
This commit is contained in:
parent
af052ddfe7
commit
dd4e20bd54
2 changed files with 10 additions and 7 deletions
|
@ -104,13 +104,7 @@ var CreateRDPDesktop = function (canvasid) {
|
|||
if (obj.socket) { obj.socket.close(); }
|
||||
}
|
||||
|
||||
obj.m.setClipboard = function (content) {
|
||||
console.log('s1');
|
||||
if (obj.socket) {
|
||||
console.log('s2', content);
|
||||
obj.socket.send(JSON.stringify(['clipboard', content]));
|
||||
}
|
||||
}
|
||||
obj.m.setClipboard = function (content) { if (obj.socket) { obj.socket.send(JSON.stringify(['clipboard', content])); } }
|
||||
|
||||
function changeState(newstate) {
|
||||
if (obj.State == newstate) return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue