mirror of
https://github.com/mpolden/echoip.git
synced 2025-01-27 18:35:04 +01:00
Don't use deprecated function
This commit is contained in:
parent
fecf0b90d8
commit
ad0992ee24
@ -1,3 +1,3 @@
|
||||
$(document).ready ->
|
||||
$('#select-command').bind 'change', ->
|
||||
$('#select-command').on 'change', ->
|
||||
$('.command').text $(this).val()
|
||||
|
2
assets/js/cmd.min.js
vendored
2
assets/js/cmd.min.js
vendored
@ -1 +1 @@
|
||||
(function(){$(document).ready(function(){return $("#select-command").bind("change",function(){return $(".command").text($(this).val())})})}).call(this);
|
||||
(function(){$(document).ready(function(){return $("#select-command").on("change",function(){return $(".command").text($(this).val())})})}).call(this);
|
Loading…
x
Reference in New Issue
Block a user