diff --git a/modules/partitario/edit.php b/modules/partitario/edit.php index 0c71ec933..a1d20091d 100755 --- a/modules/partitario/edit.php +++ b/modules/partitario/edit.php @@ -291,7 +291,7 @@ echo ' } }); - $("button[id^=conto2-]").each(function() { + $("button[id^=conto2-], span[id^=conto2-]").each(function() { $(this).on("click", function() { let conto3 = $(this).parent().find("div[id^=conto2_]");