156
158
/* Read the response and set up the page accordingly */
157
159
handle_response(path, response, editmode);
159
164
/* Call the server and request the listing. This mutates the server. */
160
ajax_call(callback, service_app, path, null, "GET");
165
ajax_call(callback, service_app, path, url.args, "GET");
163
168
/** Determines the "handler type" from a MIME type.