Skip to content

Commit

Permalink
Adding click trigger to federated image comparator
Browse files Browse the repository at this point in the history
  • Loading branch information
ficolo committed Jul 27, 2022
1 parent 7c42cee commit 80030e5
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,7 @@ $(document).ready(function () {

});

$(".clickable_image_control").first().click();
$(".clickable_image_mutant").first().click();

});

0 comments on commit 80030e5

Please sign in to comment.