mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-01-27 14:43:14 -05: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').width = 'auto';
|
||||||
QS('dialog').bottom = '80px';
|
QS('dialog').bottom = '80px';
|
||||||
QS('dialog').top = QS('dialog').left = QS('dialog').right = '100px';
|
QS('dialog').top = QS('dialog').left = QS('dialog').right = '100px';
|
||||||
Q('d4editorarea').value = gdownloadFile.data;
|
Q('d4editorarea').value = decode_utf8(gdownloadFile.data);
|
||||||
gdownloadFile = null;
|
gdownloadFile = null;
|
||||||
} else {
|
} else {
|
||||||
// Save the file to disk
|
// Save the file to disk
|
||||||
|
Loading…
x
Reference in New Issue
Block a user