Make it multiple lines
This commit is contained in:
parent
a89c29f8ef
commit
630ff09db2
@ -247,7 +247,10 @@ h1{
|
||||
}
|
||||
}
|
||||
|
||||
return '<div class="event" style="margin-left: ' + offset.toFixed(2) + 'px"><div class="time" style="width: ' + width.toFixed(2) + 'px"></div><b>' + d.time.title + '</b> ' + d.text + ' </div>';
|
||||
return '<div class="event" style="margin-left: ' + offset.toFixed(2) + 'px">'
|
||||
+ '<div class="time" style="width: ' + width.toFixed(2) + 'px"></div>'
|
||||
+ '<b>' + d.time.title + '</b> ' + d.text + ' '
|
||||
+ '</div>';
|
||||
return '';
|
||||
},
|
||||
renderYears: function(firstYear, lastYear){
|
||||
|
Loading…
Reference in New Issue
Block a user