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