From: Steinar H. Gunderson Date: Thu, 29 Dec 2022 19:31:52 +0000 (+0100) Subject: Fix a snafu. X-Git-Url: https://git.sesse.net/?p=remoteglot;a=commitdiff_plain;h=acd621a2b1ef230d14b954c6d39822c68618ce21 Fix a snafu. --- diff --git a/www/js/remoteglot.js b/www/js/remoteglot.js index 15ea31c..1218dd3 100644 --- a/www/js/remoteglot.js +++ b/www/js/remoteglot.js @@ -1229,7 +1229,7 @@ function update_board() { document.getElementById("score").textContent = "No analysis for this move"; document.getElementById("pvtitle").textContent = "PV:"; document.getElementById("pv").replaceChildren(); - document.getElementById("searchstats").textContent = " "; + document.getElementById("searchstats").innerHTML = " "; document.getElementById("refutationlines").replaceChildren(); document.getElementById("whiteclock").replaceChildren(); document.getElementById("blackclock").replaceChildren();