Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
najmiter authored Jan 5, 2024
1 parent e91435b commit 4220fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ const chittify = () => {
if (after.endsWith(":")) {
klass = "jumps";
} else {
if (token === "%" && !isNaN(after) && notation_ok(after)) {
if (token === "%" && notation_ok(after)) {
klass = "constant";
} else {
klass = "criticals";
Expand Down

0 comments on commit 4220fbe

Please sign in to comment.