mirror of
https://github.com/mpolden/echoip.git
synced 2025-02-19 13:39:05 +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); |