fix ajax not adding onclick listener when loading dynamically

This commit is contained in:
viehlieb 2023-11-17 18:15:06 +01:00
parent 90c5450525
commit 06aa20ad0f
12 changed files with 111 additions and 104 deletions

View file

@ -1 +0,0 @@
$("#order_<%= @order.id %>_modal").html("<%= escape_javascript(render partial: 'group_order_invoices/links', locals: {order: @order}) %>");