mirror of
https://github.com/mpolden/echoip.git
synced 2025-01-13 11:47:29 +01:00
1 line
152 B
JavaScript
1 line
152 B
JavaScript
(function(){$(document).ready(function(){return $("#select-command").bind("change",function(){return $(".command").text($(this).val())})})}).call(this); |