var schoolTool=schoolTool||{};schoolTool.core=schoolTool.core||{};schoolTool.core.batchTerm=schoolTool.core.batchTerm||{};schoolTool.core.batchTerm.homeDistrict={disableHomeDistrictDates:function(n,t,i){var r=document.getElementById(t),u=document.getElementById(i);n?($("#"+t+" :input").each(function(n,t){$(t).attr("disabled","disabled")}),schoolTool.common.toggleValidation(r,!1),schoolTool.common.toggleValidation(u,!1)):($("#"+t+" :input").each(function(n,t){$(t).removeAttr("disabled")}),schoolTool.common.toggleValidation(r,!0),schoolTool.common.toggleValidation(u,!0))},homeDistrictSelectionChanged:function(n,t){n!=-3?schoolTool.core.batchTerm.homeDistrict.enableHomeDistrictFields(!0,t):schoolTool.core.batchTerm.homeDistrict.enableHomeDistrictFields(!1,t)},enableHomeDistrictFields:function(n,t){$(t).find("input").each(function(t,i){n?$(i).removeAttr("disabled"):$(i).attr("disabled","disabled")})}}