##// END OF EJS Templates
expect JSON reply to save
Min RK -
Show More
@@ -161,6 +161,7 b' define(['
161 var settings = {
161 var settings = {
162 processData : false,
162 processData : false,
163 type : "PUT",
163 type : "PUT",
164 dataType: "json",
164 data : JSON.stringify(model),
165 data : JSON.stringify(model),
165 contentType: 'application/json',
166 contentType: 'application/json',
166 };
167 };
General Comments 0
You need to be logged in to leave comments. Login now