]> git.sesse.net Git - remoteglot/commitdiff
Blank out the multi-PV lines while probing hash.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 21 Mar 2016 18:16:04 +0000 (19:16 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 21 Mar 2016 18:16:04 +0000 (19:16 +0100)
www/js/remoteglot.js

index bba9ad5735bc1cf0249c63e70700fa13ac54e334..3dacd5809b73a281b0cd4cf73a8fba1d7fe1c133 100644 (file)
@@ -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) {