From bc097140eb8ba34f6911ac0ef4f55988b0443ee1 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sat, 22 Nov 2014 00:56:45 +0100 Subject: [PATCH] Fix the red note on moves where we have no historic analysis. --- www/js/remoteglot.js | 1 + 1 file changed, 1 insertion(+) 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; } -- 2.39.2