echoip/assets/js/cmd.coffee

4 lines
97 B
CoffeeScript
Raw Normal View History

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