fix javascript
This commit is contained in:
@@ -146,7 +146,7 @@ var WebConsole = React.createClass({
|
||||
this.state.lines.map(function(line){
|
||||
return ce('p', {dangerouslySetInnerHTML: {__html: ansi_up.ansi_to_html(line)}});
|
||||
})
|
||||
),
|
||||
)
|
||||
),
|
||||
ce('div', {className: 'scroll', ref: 'scroll'})
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user