From bd28ad9ddad92d59b9e3672cfffbdb4ab8879507 Mon Sep 17 00:00:00 2001 From: koalyptus Date: Fri, 19 Sep 2014 13:45:24 +0000 Subject: [PATCH] code formatting --- src/tablefilter_all.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/tablefilter_all.js b/src/tablefilter_all.js index d807fa40..342ac41a 100644 --- a/src/tablefilter_all.js +++ b/src/tablefilter_all.js @@ -122,7 +122,10 @@ var TF = (function() { if(this.gridLayout){ if(this.headersRow>1){ this.filtersRowIndex = this.headersRow+1; - } else { this.filtersRowIndex = 1; this.headersRow = 0; } + } else { + this.filtersRowIndex = 1; + this.headersRow = 0; + } } //defines tag of the cells containing filters (td/th)