Skip to content

Commit

Permalink
Fixed issue #10838: Wrong decimal separator for total in "array text"
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed May 26, 2016
1 parent 6d55b27 commit 25f64b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/array-totalsum.js
Expand Up @@ -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()
Expand Down

0 comments on commit 25f64b5

Please sign in to comment.