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