mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-07 21:02:53 -05:00
Fixed Assistant clipboard URL, discovered in #2725
This commit is contained in:
@@ -4813,6 +4813,7 @@
|
||||
if (addflag == 1) c += Q('aginsType').value;
|
||||
c += (urlargs.key?('&key=' + urlargs.key):'');
|
||||
if (Q('aginsSelect').value == 5) { c += '&meshinstall=' + Q('aginsSysType').value; }
|
||||
if (Q('aginsSelect').value == 7) { c += '&ac=' + Q('asinsType').value; }
|
||||
copyTextToClip(c);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user