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 Mar 17, 2021
1 parent 297f604 commit 4d786d2
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 @@ -443,7 +443,7 @@ function NewInfoHandler() {

let best_subcycle = info_list.length > 0 ? info_list[0].subcycle : 0;
if (best_subcycle === 0) { // Because all info was autopopulated
best_subcycle = -1;
best_subcycle = -1; // Causes all info to be gray
}

if (typeof config.max_info_lines === "number" && config.max_info_lines > 0) { // Hidden option, request of rwbc
Expand Down

0 comments on commit 4d786d2

Please sign in to comment.