create.js 89 B

1234
  1. $(function()
  2. {
  3. if($('#relatedPlan').val()) loadPlanInfo($('#relatedPlan').val());
  4. })