5 lines
90 B
JavaScript
5 lines
90 B
JavaScript
function onNameChange(event)
|
|
{
|
|
$("#path").val($(event.target).val().toLowerCase());
|
|
}
|