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