mirror of
https://github.com/mpolden/echoip.git
synced 2024-11-10 15:37:24 +01:00
1 line
150 B
JavaScript
1 line
150 B
JavaScript
(function(){$(document).ready(function(){return $("#select-command").on("change",function(){return $(".command").text($(this).val())})})}).call(this); |