]> git.sesse.net Git - remoteglot/blobdiff - www/js/remoteglot.js
Revert "Fix move highlights when collapsing/uncollapsing history."
[remoteglot] / 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();
 }
 
 /**