mirror of
https://github.com/mpolden/echoip.git
synced 2025-01-13 11:47:29 +01:00
4 lines
99 B
CoffeeScript
4 lines
99 B
CoffeeScript
$(document).ready ->
|
|
$('#select-command').bind 'change', ->
|
|
$('.command').text $(this).val()
|