Searched refs:commentDiv (Results 1 – 1 of 1) sorted by relevance
15158 function showBusy(commentDiv) argument15163 commentDiv.appendChild(busyImg);15164 commentDiv.busyImg = busyImg;15167 function showError(commentDiv) argument15169 commentDiv.style.border = '1px solid red';15170 commentDiv.removeChild(commentDiv.busyImg);15173 function showDone(commentDiv) argument15175 commentDiv.style.border = '';15176 commentDiv.removeChild(commentDiv.busyImg);