]> git.sesse.net Git - remoteglot/commitdiff
Fix a snafu.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 29 Dec 2022 19:31:52 +0000 (20:31 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 29 Dec 2022 19:31:52 +0000 (20:31 +0100)
www/js/remoteglot.js

index 15ea31cbe72840eda30cb4491699a3b0d5906fd7..1218dd3cbe9ae719b4409374564c1fb37510db6f 100644 (file)
@@ -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 = "&nbsp;";
+               document.getElementById("searchstats").innerHTML = "&nbsp;";
                document.getElementById("refutationlines").replaceChildren();
                document.getElementById("whiteclock").replaceChildren();
                document.getElementById("blackclock").replaceChildren();