Skip to content

Commit

Permalink
Merge pull request #49 from FANMixco/bugs
Browse files Browse the repository at this point in the history
Fixed bug
  • Loading branch information
FANMixco authored Sep 5, 2021
2 parents 2156cf6 + 4df18d4 commit 65ebdd4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions js/db/customDBActions.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ function printTable() {
tempColor = defYellowBgn;
break;
case "red":
tempColor = defRedBgn;
tempColor = redBgnCss;
break;
}

Expand Down Expand Up @@ -137,4 +137,4 @@ function deleteByIDs() {
saveData();
};
dialogConfirm.close();
}
}
2 changes: 1 addition & 1 deletion js/db/customDBActions.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 65ebdd4

Please sign in to comment.