From 4acb352edc49eeaf7215c41af6da94fe6d6413fb Mon Sep 17 00:00:00 2001 From: Max Guglielmi Date: Sun, 15 Jan 2017 17:30:48 +1100 Subject: [PATCH] Address PR feedback (2) --- static/templates/data-types.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/templates/data-types.html b/static/templates/data-types.html index 06c8619e..136c8784 100644 --- a/static/templates/data-types.html +++ b/static/templates/data-types.html @@ -104,7 +104,7 @@ var tfConfig = { col: [3, 4], operation: ['sum', 'sum'], write_method: ['innerhtml', 'innerhtml'], - exclude_row: [totRowIndex-1, totRowIndex], + exclude_row: [totRowIndex], decimal_precision: [2, 2], tot_row_index: [totRowIndex], on_after_operation: formatTotals