X-Git-Url: https://git.sesse.net/?p=remoteglot;a=blobdiff_plain;f=www%2Fjs%2Fremoteglot.js;h=e3b3202d14183250bbb840be05803a4481e0d9f8;hp=5f0531e74acac670c33ba4d8464f99f0c1e86353;hb=64038487a71aa51ab6906275f3752c5821c4a931;hpb=077d88375f1372cbde80304131860fc66a8e0756 diff --git a/www/js/remoteglot.js b/www/js/remoteglot.js index 5f0531e..e3b3202 100644 --- a/www/js/remoteglot.js +++ b/www/js/remoteglot.js @@ -1085,7 +1085,7 @@ var update_board = function() { update_clock(); // The score. - if (current_display_line) { + if (current_display_line && !current_display_line_is_history) { if (current_display_line.score) { $("#score").text(format_long_score(current_display_line.score)); } else {