mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Added UTF8 support in device file tab editor, #3450
This commit is contained in:
parent
a438e18e6d
commit
c226363717
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue