diff --git a/scripts/array-totalsum.js b/scripts/array-totalsum.js index 9b2d7b219b7..ed0dcd77ca8 100644 --- a/scripts/array-totalsum.js +++ b/scripts/array-totalsum.js @@ -6,6 +6,7 @@ $( document ).ready(function() { $('div.array-multi-flexi-text table.show-totals input:enabled').keyup(updatetotals); + $('div.array-multi-flexi-text table.show-totals input:enabled').each(updatetotals); }); function updatetotals()