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