As previous Fix clip of file to commit.
1 files changed, 3 insertions(+), 0 deletions(-) M wwwroot/js/caint.js
M wwwroot/js/caint.js => wwwroot/js/caint.js +3-0
@@ 73,6 73,9 @@ async function addItem() { unapprovedMarker.setAttribute('class', 'comment unapproved'); unapprovedMarker.innerHTML = 'Your comment has been submitted. It may require approval from the site admin before showing up.'; var threadBody = document.getElementById('commentThread'); threadBody.appendChild(unapprovedMarker); commenterNameTextbox.value = ''; commentBodyTextbox.value = ''; })