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

Improved recording filenames.

This commit is contained in:
Ylian Saint-Hilaire 2019-09-25 17:06:35 -07:00
parent 23e7919933
commit c3bc430241
6 changed files with 38 additions and 25 deletions

View file

@ -8862,7 +8862,7 @@
// Open the device in a different tab
if ((x >= 10) && (x <= 19)) {
if (currentNode) { window.open(window.location.origin + '?node=' + currentNode._id.split('/')[2] + '&viewmode=' + x + '&hide=16', 'meshcentral:' + currentNode._id); }
} else {
} else if (x < 10) {
window.open(window.location.origin + '?viewmode=' + x + '&hide=0', 'meshcentral:' + x);
}
return;