From c4bae043e7f74f313b2b9862640796702b646ddf Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Mon, 21 Mar 2016 19:16:04 +0100 Subject: [PATCH] Blank out the multi-PV lines while probing hash. --- www/js/remoteglot.js | 1 + 1 file changed, 1 insertion(+) diff --git a/www/js/remoteglot.js b/www/js/remoteglot.js index bba9ad5..3dacd58 100644 --- a/www/js/remoteglot.js +++ b/www/js/remoteglot.js @@ -1672,6 +1672,7 @@ var explore_hash = function(fen) { clearTimeout(current_hash_display_timer); current_hash_display_timer = null; } + $("#refutationlines").empty(); current_hash_xhr = $.ajax({ url: backend_hash_url + "?fen=" + fen }).done(function(data, textstatus, xhr) { -- 2.39.2