1
0
forked from 0ad/0ad

Updates a comment forgotten in 113f72a503. Refs #2463, #2448.

This was SVN commit r15753.
This commit is contained in:
scythetwirler 2014-09-14 21:23:49 +00:00
parent 16a99e5ad3
commit 7b80c86645

View File

@ -255,7 +255,7 @@ function updateGameList()
{
if(!filterGame(g))
{
// Highlight games 'waiting' for this player, otherwise display as green
// 'waiting' games are highlighted in orange, 'running' in red, and 'init' in green.
var name;
if (g.state == 'init')
name = '[color="0 125 0"]' + g.name + '[/color]';