604
604
/* Populate the attempt text field */
606
605
dom_removechildren(textarea);
607
606
textarea.appendChild(document.createTextNode(attempt));
608
607
textarea.setAttribute("style", "display: auto");
611
609
ajax_call(callback, "tutorialservice", "", args, "GET");