createproject.ui.js 90 B

1234
  1. function onNameChange(event)
  2. {
  3. $("#path").val($(event.target).val().toLowerCase());
  4. }