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