diff --git a/core/modules/simpletest/simpletest.js b/core/modules/simpletest/simpletest.js index 807b5e0..51eab0c 100644 --- a/core/modules/simpletest/simpletest.js +++ b/core/modules/simpletest/simpletest.js @@ -132,7 +132,7 @@ Drupal.behaviors.simpletestTableFilterByText = { } else if (searching) { // Hide all rows and then show groups. - // @todo: This does not respect the current state of the group toggle. + // @todo Make this respect the current state of the group toggle. searching = false; $rows.hide(); $rows.filter('.simpletest-group').show();