add "nickname" class to all nicknames within the page

This commit is contained in:
boombuler
2013-02-27 13:04:30 +01:00
committed by Kevin
parent 591dd8108a
commit 03da82b34e
3 changed files with 3 additions and 1 deletions

View File

@ -24,6 +24,7 @@ window.renderPortalDetails = function(guid) {
var player = d.captured && d.captured.capturingPlayerId
? getPlayerName(d.captured.capturingPlayerId)
: null;
player = '<span class="nickname">'+player+'</span>';
var playerText = player ? ['owner', player] : null;
var time = d.captured