mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Code fixes & clean up.
This commit is contained in:
parent
48368cb2ee
commit
aa6070deb5
6 changed files with 96 additions and 85 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue