mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-20 09:56:03 -05:00
Code fixes & clean up.
This commit is contained in:
@@ -74,7 +74,7 @@
|
||||
if (name != '') { document.title = name + ' - ' + document.title; }
|
||||
|
||||
function load() {
|
||||
if (name != '') { QH('computerName', name); }
|
||||
if (name != '') { QH('computerName', EscapeHtml(name)); }
|
||||
client = MstscClient.create(Q('myCanvas'));
|
||||
Q('inputDomain').focus();
|
||||
canvas = Q('myCanvas');
|
||||
|
||||
Reference in New Issue
Block a user