Skip to content

Commit

Permalink
Add toggle for showing warnings to validation webpage.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill Hunt committed Mar 22, 2019
1 parent 27fc6f7 commit e965668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validate-web/lib/inventoryvalidate.js
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ function parseDone() {
}
else {
msgs.push(
showMsg('<strong class="success">No critical errors were found. You may submit your inventory data.<strong>')
buildMsg('<strong class="success">No critical errors were found. You may submit your inventory data.<strong>')
);
msgs.push(buildMsg(''));
}
Expand Down

0 comments on commit e965668

Please sign in to comment.