mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2024-11-27 02:04:30 +03:00
Added UTF8 support in device file tab editor, #3450
This commit is contained in:
parent
a438e18e6d
commit
c226363717
@ -10182,7 +10182,7 @@
|
||||
QS('dialog').width = 'auto';
|
||||
QS('dialog').bottom = '80px';
|
||||
QS('dialog').top = QS('dialog').left = QS('dialog').right = '100px';
|
||||
Q('d4editorarea').value = gdownloadFile.data;
|
||||
Q('d4editorarea').value = decode_utf8(gdownloadFile.data);
|
||||
gdownloadFile = null;
|
||||
} else {
|
||||
// Save the file to disk
|
||||
|
Loading…
Reference in New Issue
Block a user