7 lines
123 B
CoffeeScript
7 lines
123 B
CoffeeScript
App.LegislationDebate =
|
|
|
|
initialize: ->
|
|
$('#js-toggle-debate').on
|
|
click: ->
|
|
$('#debate-info').toggle()
|