expect JSON reply to save

Min RK 12 years ago
parent c238553a4e
commit 0dfcc1b512

@ -161,6 +161,7 @@ define([
var settings = {
processData : false,
type : "PUT",
dataType: "json",
data : JSON.stringify(model),
contentType: 'application/json',
};

Loading…
Cancel
Save