Skip to content

Commit

Permalink
Fixed tests in ruby 1.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Simone Civetta committed Jun 22, 2014
1 parent 10f6932 commit abd233d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/report.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
}
var toggleScreenshot = function(suiteName, index) {
var screenshot = document.getElementById("screenshot-" + suiteName + "-" + index);
(screenshot && isSelected(screenshot)) ? deselect(screenshot) : select(screenshot);
isSelected(screenshot) ? deselect(screenshot) : select(screenshot);
}
</script>
</head>
Expand Down

0 comments on commit abd233d

Please sign in to comment.