{"version":3,"file":"webform_custom.min.js","sources":["webform_custom.js"],"sourcesContent":["(function ($, Drupal, once) {\n Drupal.behaviors.webform_inquiry = {\n attach: function (context) {\n let $form = $(context).find('.webform-submission-inquiry-form');\n\n if ($form.length) {\n let $button = $(context).find('.open-form');\n let $checkbox_us = $(context).find('#edit-advertising-market-us');\n let $checkbox_international = $(context).find('#edit-advertising-market-international');\n\n if ($form.hasClass('webform-confirmation') && $form.find('.webform-confirmation').length) {\n $button.addClass('hidden');\n $form.css('background-color', 'transparent');\n }\n\n // Listen for changes in the checkbox.\n $checkbox_us.on('change', function () {\n if ($checkbox_us.prop('checked')) {\n $checkbox_international.prop('checked', false);\n }\n });\n\n $checkbox_international.on('change', function () {\n if ($checkbox_international.prop('checked')) {\n $checkbox_us.prop('checked', false);\n }\n });\n }\n }\n };\n})(jQuery, Drupal, once);\n"],"names":["$","Drupal","behaviors","webform_inquiry","attach","context","let","$form","find","length","$button","$checkbox_us","$checkbox_international","hasClass","addClass","css","on","prop","jQuery","once"],"mappings":"CAAA,CAAWA,EAAGC,KACZA,EAAOC,UAAUC,gBAAkB,CACjCC,OAAQ,SAAUC,GAChBC,IAAIC,EAAQP,EAAEK,CAAO,EAAEG,KAAK,kCAAkC,EAE9D,GAAID,EAAME,OAAQ,CAChBH,IAAII,EAAUV,EAAEK,CAAO,EAAEG,KAAK,YAAY,EAC1CF,IAAIK,EAAeX,EAAEK,CAAO,EAAEG,KAAK,6BAA6B,EAC5DI,EAA0BZ,EAAEK,CAAO,EAAEG,KAAK,wCAAwC,EAElFD,EAAMM,SAAS,sBAAsB,GAAKN,EAAMC,KAAK,uBAAuB,EAAEC,SAChFC,EAAQI,SAAS,QAAQ,EACzBP,EAAMQ,IAAI,mBAAoB,aAAa,GAI7CJ,EAAaK,GAAG,SAAU,WACpBL,EAAaM,KAAK,SAAS,GAC7BL,EAAwBK,KAAK,UAAW,CAAA,CAAK,CAEjD,CAAC,EAEDL,EAAwBI,GAAG,SAAU,WAC/BJ,EAAwBK,KAAK,SAAS,GACxCN,EAAaM,KAAK,UAAW,CAAA,CAAK,CAEtC,CAAC,CACH,CACF,CACF,CACD,GAAEC,OAAQjB,OAAQkB,IAAI"}