blob: 6104da7ff62dc7376b7cf8d3c47186865798e793 (
plain)
| 1
2
3
4
5
6
7
 | @combinedTypeToggle = ->
  $('#time_table_combination_combined_type').on 'click', ->
    $(this).closest('.has_switch').siblings('.form-group').each ->
      $(this).toggleClass('hidden')
$ ->
  combinedTypeToggle()
 |