From faadf5a106a0fddaa4ae27b67a20af0ea94adaaa Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sun, 14 Dec 2014 11:42:10 +0100 Subject: [PATCH] Minor aesthetic tuning. --- www/js/book.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/js/book.js b/www/js/book.js index 611678f..1f2ec37 100644 --- a/www/js/book.js +++ b/www/js/book.js @@ -208,7 +208,7 @@ var show_lines = function(data, game) { if (move_override % 2 == 0) { $(td).text(((move_override / 2) + 1) + ". "); } else { - $(td).text(((move_override / 2) + 0.5) + ". …"); + $(td).text(((move_override / 2) + 0.5) + "…"); } } -- 2.39.2