Show More
@@ -59,7 +59,7 b' function($, utils) {' | |||||
59 | ConfigSection.prototype.update = function(newdata) { |
|
59 | ConfigSection.prototype.update = function(newdata) { | |
60 | return new Promise(function(resolve, reject) { |
|
60 | return new Promise(function(resolve, reject) { | |
61 | $.ajax(this.api_url(), { |
|
61 | $.ajax(this.api_url(), { | |
62 |
processData: false |
|
62 | processData: false, | |
63 | type : "PATCH", |
|
63 | type : "PATCH", | |
64 | data: JSON.stringify(newdata), |
|
64 | data: JSON.stringify(newdata), | |
65 | dataType : "json", |
|
65 | dataType : "json", |
General Comments 0
You need to be logged in to leave comments.
Login now