mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2024-12-25 22:55:52 -05:00
Fix for #2664
This commit is contained in:
parent
e3e810bd8f
commit
e0eb8c759c
@ -162,7 +162,7 @@
|
||||
var domain = '{{{domain}}}';
|
||||
var domainUrl = '{{{domainurl}}}';
|
||||
var meshid = '{{{meshid}}}';
|
||||
var title = '{{{title}}}';
|
||||
var title = decodeURIComponent('{{{extitle}}}');
|
||||
var serverPort = '{{{serverport}}}';
|
||||
var serverHttps = '{{{serverhttps}}}';
|
||||
var serverNoProxy = '{{{servernoproxy}}}';
|
||||
|
Loading…
Reference in New Issue
Block a user