{"version":3,"file":"remove_table_row-FOZMy0MV.js","sources":["../../../app/frontend/entrypoints/legacy/remove_table_row.js"],"sourcesContent":["import $ from \"jquery\";\n\nconst removeTableRow = () => {\n $(\"tbody\").on(\"click\", \".remove-table-row\", function (event) {\n $(this).closest(\"tr\").remove();\n return event.preventDefault();\n });\n};\n\nexport { removeTableRow };\n"],"names":["removeTableRow","$","event"],"mappings":"yCAEK,MAACA,EAAiB,IAAM,CAC3BC,EAAE,OAAO,EAAE,GAAG,QAAS,oBAAqB,SAAUC,EAAO,CAC3D,OAAAD,EAAE,IAAI,EAAE,QAAQ,IAAI,EAAE,OAAM,EACrBC,EAAM,gBACjB,CAAG,CACH"}