mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-01-13 16:03:20 -05:00
Fixed remote desktop on IE.
This commit is contained in:
parent
75552ca5c0
commit
d72d34cd43
2
public/scripts/agent-desktop-0.0.2-min.js
vendored
2
public/scripts/agent-desktop-0.0.2-min.js
vendored
File diff suppressed because one or more lines are too long
@ -4,6 +4,9 @@
|
||||
* @version v0.0.2g
|
||||
*/
|
||||
|
||||
// Polyfill Uint8Array.slice() for IE
|
||||
if (!Uint8Array.prototype.slice) { Object.defineProperty(Uint8Array.prototype, 'slice', { value: function (begin, end) { return new Uint8Array(Array.prototype.slice.call(this, begin, end)); } }); }
|
||||
|
||||
// Construct a MeshServer object
|
||||
var CreateAgentRemoteDesktop = function (canvasid, scrolldiv) {
|
||||
var obj = {}
|
||||
|
Loading…
Reference in New Issue
Block a user