mirror of
https://github.com/mpolden/echoip.git
synced 2025-07-21 00:06:08 +02:00
Don't use deprecated function
This commit is contained in:
@ -1,3 +1,3 @@
|
||||
$(document).ready ->
|
||||
$('#select-command').bind 'change', ->
|
||||
$('#select-command').on 'change', ->
|
||||
$('.command').text $(this).val()
|
||||
|
Reference in New Issue
Block a user