Skip to content

Commit 0e4e7c2

Browse files
committed
fix: collapse card controlli del gestionale
1 parent 70c0d3c commit 0e4e7c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/aggiornamenti/controlli.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ function initcard(controllo, success, records) {
264264
}
265265
266266
card += `
267-
<button type="button" class="btn btn-tool" data-widget="collapse">
267+
<button type="button" class="btn btn-tool" data-card-widget="collapse">
268268
<i class="fa fa-` + icon + `"></i>
269269
</button>
270270
</div>

0 commit comments

Comments
 (0)