68
68
/* Send the form as multipart/form-data, since we are sending a whole lump
69
69
* of Python code, it should be treated like a file upload. */
70
var xhr = ajax_call("tutorialservice", "", args, "POST",
76
ajax_call(callback, "tutorialservice", "", args, "POST",
76
80
/** Given a exercise div, return the testoutput div which is its child.