From: Steinar H. Gunderson Date: Fri, 21 Nov 2014 23:56:45 +0000 (+0100) Subject: Fix the red note on moves where we have no historic analysis. X-Git-Url: https://git.sesse.net/?p=remoteglot;a=commitdiff_plain;h=bc097140eb8ba34f6911ac0ef4f55988b0443ee1 Fix the red note on moves where we have no historic analysis. --- diff --git a/www/js/remoteglot.js b/www/js/remoteglot.js index cdf8a56..1b6952d 100644 --- a/www/js/remoteglot.js +++ b/www/js/remoteglot.js @@ -671,6 +671,7 @@ var update_board = function(current_data, display_data) { refutation_lines = []; update_refutation_lines(); clear_arrows(); + update_displayed_line(); return; }