Skip to content

Commit

Permalink
wavesmode on by default
Browse files Browse the repository at this point in the history
  • Loading branch information
brofar committed Feb 13, 2024
1 parent 17d3b79 commit 869ec93
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions js/calculate.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,13 +100,13 @@ function UpdateIndex(pat) {
</tr>
`;
} else {
if (wavesMode.checked) {
limitClass = refreshClass = "hide";
wavesClass = "";
} else {
if (!wavesMode.checked) {
limitClass = limitMode.checked ? "" : "sup";
refreshClass = limitMode.checked ? "sub" : "";
wavesClass = "hide";
} else {
limitClass = refreshClass = "hide";
wavesClass = "";
}
row.manip_1 = row.manip_1.replace(bold, '<b class="satb">$1</b>');
row.manip_2 = row.manip_2.replace(bold, '<b class="satb">$1</b>');
Expand Down

0 comments on commit 869ec93

Please sign in to comment.