parent
78f62847a3
commit
fba48b1d90
1 changed files with 1 additions and 4 deletions
|
|
@ -165,10 +165,7 @@ function ControlViewModel(loginStateViewModel, settingsViewModel) {
|
|||
type: "POST",
|
||||
dataType: "json",
|
||||
contentType: "application/json; charset=UTF-8",
|
||||
data: JSON.stringify(data),
|
||||
success: function() {
|
||||
self.extrusionAmount("");
|
||||
}
|
||||
data: JSON.stringify(data)
|
||||
});
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue