1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-03-09 15:40:18 +00:00

AMT manager improvements.

This commit is contained in:
Ylian Saint-Hilaire 2020-10-07 23:13:45 -07:00
parent a435d57be5
commit bd61bfe2d0
3 changed files with 30 additions and 27 deletions

View file

@ -30,7 +30,6 @@ function WsmanStackCreateService(comm)
obj.Address = '/wsman';
obj.xmlParser = require('./amt-xml.js');
obj.comm = comm;
obj.comm.parent = obj;
obj.PerformAjax = function PerformAjax(postdata, callback, tag, pri, namespaces) {
if (namespaces == null) namespaces = '';