From 9d57ef5623a0f6dc464c4b23760901890f6ea29d Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Mon, 18 Nov 2013 23:28:34 +0100 Subject: [PATCH 1/1] Do not show the version number in the

, for now. --- www/js/remoteglot.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/www/js/remoteglot.js b/www/js/remoteglot.js index 3aeb4db..fa7e5d4 100644 --- a/www/js/remoteglot.js +++ b/www/js/remoteglot.js @@ -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. -- 2.39.2