Merge pull request #636 from fourplusone/fix/timeslider_authors

Fix/timeslider authors
This commit is contained in:
John McLear 2012-04-15 12:11:38 -07:00
commit 0e0e084077
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ function loadBroadcastSliderJS(fireWhenAllScriptsAreLoaded)
authorsList.append(' (');
_.each(colorsAnonymous, function(color, i){
if( i > 0 ) authorsList.append(' ');
$('<span /> ')
$('<span>&nbsp;</span>')
.css('background-color', color)
.addClass('author author-anonymous')
.appendTo(authorsList);