X-Git-Url: https://git.sesse.net/?p=remoteglot;a=blobdiff_plain;f=www%2Fjs%2Fremoteglot.js;h=3dacd5809b73a281b0cd4cf73a8fba1d7fe1c133;hp=bba9ad5735bc1cf0249c63e70700fa13ac54e334;hb=c4bae043e7f74f313b2b9862640796702b646ddf;hpb=bdfe5da9a23157deec0aea582f83143dad1a4558 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) {