{"version":3,"sources":["create.js"],"names":["$","val","show","hide","on","this","find","blur","value","replace"],"mappings":"AAAsC,UAAlCA,EAAE,sBAAsBC,MACxBD,EAAE,sBAAsBE,OAExBF,EAAE,sBAAsBG,OAG5BH,EAAE,sBAAsBI,GAAG,SAAU,WAEa,UAA1CJ,EAAEK,MAAMC,KAAK,mBAAmBL,MAChCD,EAAE,sBAAsBE,OAExBF,EAAE,sBAAsBG,SAIhCH,EAAE,0BAA0BO,KAAK,WAC7BF,KAAKG,MAAQH,KAAKG,MAAMC,QAAQ,wBAAyB","file":"create.min.js","sourcesContent":["if ($('.business-dropdown').val() === 'Other') {\r\n $('.businessTypeOther').show();\r\n} else {\r\n $('.businessTypeOther').hide();\r\n}\r\n\r\n$('.business-dropdown').on('change', function () {\r\n\r\n if ($(this).find('option:selected').val() === 'Other') {\r\n $('.businessTypeOther').show();\r\n } else {\r\n $('.businessTypeOther').hide();\r\n }\r\n});\r\n\r\n$('.create-customer-phone').blur(function () {\r\n this.value = this.value.replace(/(\\d{3})(\\d{3})(\\d{4})/, \"($1) $2-$3\");\r\n});"]}