scottwillson/racing_on_rails

View on GitHub
app/assets/javascripts/first_aid_providers.js

Summary

Maintainability
A
0 mins
Test Coverage
jQuery(document).ready(function() {
  jQuery('.show_past_events').click(function() { return this.form.submit(); });
});