From: Steinar H. Gunderson Date: Mon, 21 Mar 2016 18:16:04 +0000 (+0100) Subject: Blank out the multi-PV lines while probing hash. X-Git-Url: https://git.sesse.net/?p=remoteglot;a=commitdiff_plain;h=c4bae043e7f74f313b2b9862640796702b646ddf;hp=bdfe5da9a23157deec0aea582f83143dad1a4558 Blank out the multi-PV lines while probing hash. --- 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) {