Skip to content

Commit

Permalink
Hide predict checkboxes
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed Aug 5, 2020
1 parent 2b09a38 commit 88bc78d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/kata/_test_predict.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ $(() => {
html += tcrInfo();
html += '</div>';
const $node = $(html);
if (cd.trafficLightsCount(['red','amber','green']) > 0) {
/*if (cd.trafficLightsCount(['red','amber','green']) > 0) {
$('.tcr', $node).show();
}
}*/
setupRagClick(input, handler, $node, 'red');
setupRagClick(input, handler, $node, 'amber');
setupRagClick(input, handler, $node, 'green');
Expand Down

0 comments on commit 88bc78d

Please sign in to comment.