]> git.sesse.net Git - remoteglot/commitdiff
Do not show the version number in the <h1>, for now.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 18 Nov 2013 22:28:34 +0000 (23:28 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 18 Nov 2013 22:28:34 +0000 (23:28 +0100)
www/js/remoteglot.js

index 3aeb4dbb4fe91ad8c3cd78048c1036d87972fcec..fa7e5d4d724f1128a17de3181160944f7040899d 100644 (file)
@@ -241,16 +241,8 @@ var update_board = function(board, data) {
                        headline += '… ';
                }
                headline += data.position.last_move;
-               if (data.id.name) {
-                       headline += ', ';
-               }
        }
 
-       if (data.id.name) {
-               headline += ' by ' + data.id.name;  // + ':';
-       } else {
-               //headline += ':';
-       }
        $("#headline").text(headline);
 
        // The score.