X-Git-Url: https://git.sesse.net/?p=remoteglot;a=blobdiff_plain;f=www%2Fjs%2Fremoteglot.js;h=62f10d705ff9ee6d951513aa6b735ccf7bbc1003;hp=1472afded1aae3caf90176cb3c4d29826c7e9751;hb=272187dee8ebf3bf7052a632406546bbf65f84cc;hpb=61e966c98cd7649a60bbf30efb40eebc1702f14a diff --git a/www/js/remoteglot.js b/www/js/remoteglot.js index 1472afd..62f10d7 100644 --- a/www/js/remoteglot.js +++ b/www/js/remoteglot.js @@ -1611,7 +1611,7 @@ var update_displayed_line = function() { board.position(hiddenboard.fen()); if (board.fen() === old_fen) { board_is_animating = false; - } else { + } else if (!current_display_line_is_history) { // Fire off a hash request, since we're now off the main position // and it just changed. explore_hash(display_fen);