parent
2b856e4508
commit
90336277a7
1 changed files with 2 additions and 1 deletions
|
|
@ -178,7 +178,8 @@ function GcodeFilesViewModel(printerStateViewModel, loginStateViewModel) {
|
|||
url: AJAX_BASEURL + "control/sd",
|
||||
type: "POST",
|
||||
dataType: "json",
|
||||
data: {command: command}
|
||||
contentType: "application/json; charset=UTF-8",
|
||||
data: JSON.stringify({command: command})
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue