mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-07 21:02:53 -05:00
Local Add Device added device group view on desktop site, #3984
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user