// $Id$


$(document).ready(function() {
  $("#edit-panel").change(function () {
      $("#edit-path").val($("#edit-panel").val());
  });
});
