From: Steinar H. Gunderson Date: Sun, 14 Dec 2014 10:42:10 +0000 (+0100) Subject: Minor aesthetic tuning. X-Git-Url: https://git.sesse.net/?p=remoteglot-book;a=commitdiff_plain;h=faadf5a106a0fddaa4ae27b67a20af0ea94adaaa Minor aesthetic tuning. --- 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) + "…"); } }