From 0300e89e239df1e8385eb3294c9853381a71b519 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Tue, 4 Aug 2020 00:23:43 +0200 Subject: [PATCH] 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. --- www/js/remoteglot.js | 1 - 1 file changed, 1 deletion(-) 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(); } /** -- 2.39.2