intercity/intercity-next

View on GitHub
app/assets/javascripts/health_check.coffee

Summary

Maintainability
Test Coverage
$ ->
  $("body").on "click", "[data-behaviour~=perform-health-check]", (e) ->
    $(this).addClass("is-hidden")
    $(this).next("[data-behaviour~=performing-health-check]").removeClass("is-hidden")