{"version":3,"file":"js/421-0470d727e36b9a3fa036.chunk.js","mappings":"gGAAAA,EAAE,QAAQC,GAAG,SAAU,yBAAyB,SAASC,GACvD,IAAIC,EAAeH,EAAEI,MAAMC,MAE3BL,EAAEM,KAAK,CACLC,OAAQ,MACRC,IAAKR,EAAEI,MAAMK,KAAK,OAClBA,KAAM,CAAEC,MAAOP,KAEhBQ,MAAK,SAASC,GACbZ,EAAE,0BAA0Ba,QAAQC,OAAOF,EAC7C,GACF,G","sources":["webpack://app/./app/javascript/controllers/court_fields.js"],"sourcesContent":["$('body').on('change', '.select-court-replace', function(event){\n var currentValue = $(this).val();\n\n $.ajax({\n method: \"GET\",\n url: $(this).data('url'),\n data: { court: currentValue }\n })\n .done(function(result){\n $('.select-debtor-replace').empty().append(result)\n })\n})"],"names":["$","on","event","currentValue","this","val","ajax","method","url","data","court","done","result","empty","append"],"sourceRoot":""}