From: Steinar H. Gunderson Date: Mon, 3 Aug 2020 22:23:43 +0000 (+0200) Subject: Revert "Fix move highlights when collapsing/uncollapsing history." X-Git-Url: https://git.sesse.net/?p=remoteglot;a=commitdiff_plain;h=0300e89e239df1e8385eb3294c9853381a71b519 Revert "Fix move highlights when collapsing/uncollapsing history." This clears current_display_line.pv, breaking the entire concept of following hash moves. Investigate later if we care. This reverts commit 2ce508cfa3a480b13350e713900543e23de48c4b. --- diff --git a/www/js/remoteglot.js b/www/js/remoteglot.js index 97efaca..d6a08a8 100644 --- a/www/js/remoteglot.js +++ b/www/js/remoteglot.js @@ -754,7 +754,6 @@ var update_history = function() { '(collapse) ' + print_pv(0)); } - update_move_highlight(); } /**