echoip/assets/js/cmd.coffee

4 lines
99 B
CoffeeScript
Raw Normal View History

2012-11-25 21:13:06 +01:00
$(document).ready ->
$('#select-command').bind 'change', ->
$('.command').text $(this).val()