Text contrast adjustment for chat time

This commit is contained in:
Marcel Klehr 2012-02-06 16:16:31 +01:00
parent 9e769571fa
commit c130a48d89
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ var chat = (function()
var authorName = msg.userName == null ? "unnamed" : padutils.escapeHtml(msg.userName);
var html = "<p class='" + authorClass + "'><b>" + authorName + ":</b><span class='time'>" + timeStr + "</span> " + text + "</p>";
var html = "<p class='" + authorClass + "'><b>" + authorName + ":</b><span class='time " + authorClass + "'>" + timeStr + "</span> " + text + "</p>";
$("#chattext").append(html);
//should we increment the counter??