]> git.sesse.net Git - remoteglot/blobdiff - www/js/remoteglot.js
Do not show the version number in the <h1>, for now.
[remoteglot] / 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.