144
144
var error = response.getResponseHeader("X-IVLE-Action-Error");
147
149
/* Now read the response and set up the page accordingly */
148
150
if (ignore_response != true)
151
153
/* Call the server and perform the action. This mutates the server. */
152
154
ajax_call(callback, service_app, path, args, "POST", content_type);