From: Steinar H. Gunderson Date: Mon, 18 Nov 2013 22:28:34 +0000 (+0100) Subject: Do not show the version number in the

, for now. X-Git-Url: https://git.sesse.net/?p=remoteglot;a=commitdiff_plain;h=9d57ef5623a0f6dc464c4b23760901890f6ea29d Do not show the version number in the

, for now. --- 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.