From: Steinar H. Gunderson Date: Sun, 2 Aug 2020 14:56:36 +0000 (+0200) Subject: Fix move highlights when collapsing/uncollapsing history. X-Git-Url: https://git.sesse.net/?p=remoteglot;a=commitdiff_plain;h=2ce508cfa3a480b13350e713900543e23de48c4b Fix move highlights when collapsing/uncollapsing history. --- diff --git a/www/js/remoteglot.js b/www/js/remoteglot.js index bed5a5c..2ba3fe9 100644 --- a/www/js/remoteglot.js +++ b/www/js/remoteglot.js @@ -754,6 +754,7 @@ var update_history = function() { '(collapse) ' + print_pv(0)); } + update_move_highlight(); } /**