1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-01-31 07:55:17 +01:00

refactor: miglioria espansione conti

This commit is contained in:
valentina 2024-12-03 09:39:21 +01:00
parent 318e35f355
commit 7cf05e56e3

View File

@ -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_]");