]> git.sesse.net Git - remoteglot-book/commitdiff
Minor aesthetic tuning.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 14 Dec 2014 10:42:10 +0000 (11:42 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 14 Dec 2014 10:42:10 +0000 (11:42 +0100)
www/js/book.js

index 611678f8f99c52a3e73ea53241e31b88766dd24c..1f2ec371b7d2647635edc7c2036da09cc6dc4098 100644 (file)
@@ -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) + "…");
                                        }
                                }