5 lines
89 B
JavaScript
5 lines
89 B
JavaScript
$(function()
|
|
{
|
|
if($('#relatedPlan').val()) loadPlanInfo($('#relatedPlan').val());
|
|
})
|