148
148
alert("Error: " + decodeURIComponent(error.toString()) + ".");
149
149
/* Now read the response and set up the page accordingly */
150
150
if (ignore_response != true)
153
153
/* Call the server and perform the action. This mutates the server. */
154
154
ajax_call(callback, service_app, path, args, "POST", content_type);