]> git.sesse.net Git - remoteglot/commitdiff
Revert "Fix move highlights when collapsing/uncollapsing history."
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 3 Aug 2020 22:23:43 +0000 (00:23 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 3 Aug 2020 22:23:43 +0000 (00:23 +0200)
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

index 97efaca26b1e3f47f6541710f8566a4a7c3214d6..d6a08a875b8642332f76f6bf60222797eec36f6e 100644 (file)
@@ -754,7 +754,6 @@ var update_history = function() {
                        '(<a class="move" href="javascript:collapse_history(true)">collapse</a>) ' +
                        print_pv(0));
        }
-       update_move_highlight();
 }
 
 /**