56
63
* We need to wait on this page for the server's response.
58
65
/* Start by clearing away these buttons. */
60
67
dom_removechildren(tos_acceptbuttons);
61
68
/* Print a "please wait" message */
62
72
tos_acceptbuttons.appendChild(dom_make_text_elem("p",
63
73
"IVLE is now setting up your environment. Please wait..."));
64
74
tos_acceptbuttons.appendChild(make_dots_anim());
76
var xhr = ajax_call("userservice", "activate_me", USER_DECLARATION,
67
89
function decline_license()