mirror of
https://github.com/mpolden/echoip.git
synced 2025-07-21 00:06:08 +02:00
Add command switcher
This commit is contained in:
3
assets/js/cmd.coffee
Normal file
3
assets/js/cmd.coffee
Normal file
@ -0,0 +1,3 @@
|
||||
$(document).ready ->
|
||||
$('#select-command').bind 'change', ->
|
||||
$('.command').text $(this).val()
|
Reference in New Issue
Block a user