UWVA#35521 Content-type correcter op application/json zetten

svn path=/Website/branches/v2015.3/; revision=28205
This commit is contained in:
Jos Groot Lipman
2016-02-18 08:43:10 +00:00
parent af97d00d8c
commit 16961e5b8d

View File

@@ -57,6 +57,7 @@ function scaffolding_save(model, scf_params)
warning: warning,
keepForm: !!warning,
success: true };
Response.ContentType = "application/json";
Response.Write(JSON.stringify(result));
}
%>