Skip to content

Commit

Permalink
Update 80_info.js
Browse files Browse the repository at this point in the history
  • Loading branch information
fohristiwhirl committed May 27, 2020
1 parent fd2897e commit 65ba826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/80_info.js
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ function NewInfoHandler() {
statusbox.innerHTML =
`running: <span class="${engine.running ? "green" : "yellow"}">${engine.running}</span>, ` +
`sent_limit: <span class="yellow">${engine.sent_limit}</span>, ` +
`behaviour: <span class="yellow">"${config.behaviour}"</span>`;
`behaviour: <span class="yellow">${config.behaviour}</span>`;

} else if (analysing_other) {

Expand Down

0 comments on commit 65ba826

Please sign in to comment.