standard
This commit is contained in:
@@ -130,7 +130,10 @@ function onState (err, _state) {
|
||||
resumeTorrents()
|
||||
|
||||
// Initialize ReactDOM
|
||||
ReactDOM.render(<App state={state} ref={elem => { app = elem }} />, document.querySelector('#body'))
|
||||
ReactDOM.render(
|
||||
<App state={state} ref={elem => { app = elem }} />,
|
||||
document.querySelector('#body')
|
||||
)
|
||||
|
||||
// Calling update() updates the UI given the current state
|
||||
// Do this at least once a second to give every file in every torrentSummary
|
||||
|
||||
Reference in New Issue
Block a user