Skip to content

Commit

Permalink
Turn on predict+revert
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed Aug 8, 2020
1 parent a579e92 commit 853f8c7
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 @@ -61,9 +61,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(handler, $node, 'red');
setupRagClick(handler, $node, 'amber');
setupRagClick(handler, $node, 'green');
Expand Down

0 comments on commit 853f8c7

Please sign in to comment.