mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-20 06:29:53 +01:00
avoid missing anon. timeslider authors
This commit is contained in:
parent
f4fe98265f
commit
d834c42ffc
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ function loadBroadcastSliderJS(fireWhenAllScriptsAreLoaded)
|
|||
authorsList.append(' (');
|
||||
_.each(colorsAnonymous, function(color, i){
|
||||
if( i > 0 ) authorsList.append(' ');
|
||||
$('<span /> ')
|
||||
$('<span> </span>')
|
||||
.css('background-color', color)
|
||||
.addClass('author author-anonymous')
|
||||
.appendTo(authorsList);
|
||||
|
|
Loading…
Reference in a new issue