{"version":3,"file":"pages/top/hopen_companies-5247cb548c2ca9c7cb6b.js","mappings":"AAEAA,OAAOC,iBAAiB,QAAQ,WACY,GAAtCC,EAAE,0BAA0BC,SAC9BD,EAAE,+BAA+BE,KAAK,YAAY,GAClDF,EAAE,0BAA0BG,SAAS,kCAExC,IAEDH,GAAE,WAEAA,EAAE,yCAAyCI,QAAO,WACN,GAAtCJ,EAAE,0BAA0BC,QAC9BD,EAAE,+BAA+BE,KAAK,YAAY,GAClDF,EAAE,0BAA0BG,SAAS,oCAErCH,EAAE,+BAA+BE,KAAK,YAAY,GAClDF,EAAE,0BAA0BK,YAAY,kCAE3C,GACF","sources":["webpack:///./app/javascript/packs/pages/top/hopen_companies.js"],"sourcesContent":["// TOP「チェックした企業に一括でエントリーする」ボタン\n// 読み込み時(ブラウザバックで戻ったとき等)にすべてチェックが外れていた場合、ボタンを非活性にする.\nwindow.addEventListener('load', function() {\n if ($('input:checkbox:checked').length == 0) {\n $('.result_company_CV_btn_area').prop('disabled', true);\n $('.result_company_CV_btn').addClass('result_company_CV_btn_disabled');\n };\n});\n\n$(function(){\n // 一つも企業をチェックしていないなら、ボタンを非活性にする.\n $('#hopen_companies input[type=checkbox]').change(function() {\n if ($('input:checkbox:checked').length == 0) {\n $('.result_company_CV_btn_area').prop('disabled', true);\n $('.result_company_CV_btn').addClass('result_company_CV_btn_disabled');\n } else {\n $('.result_company_CV_btn_area').prop('disabled', false);\n $('.result_company_CV_btn').removeClass('result_company_CV_btn_disabled');\n }\n });\n});"],"names":["window","addEventListener","$","length","prop","addClass","change","removeClass"],"sourceRoot":""}