From: Leo Koppelkamm Date: Fri, 15 Apr 2011 08:31:05 +0000 (+0000) Subject: r86108: Fix var name X-Git-Tag: 1.31.0-rc.0~30825 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=commitdiff_plain;h=26b32c426dabf3d45e8600bfef5ab6d50487ab2f;p=lhc%2Fweb%2Fwiklou.git r86108: Fix var name --- diff --git a/resources/jquery/jquery.tablesorter.js b/resources/jquery/jquery.tablesorter.js index 7b33b81bb5..c713e4a95e 100644 --- a/resources/jquery/jquery.tablesorter.js +++ b/resources/jquery/jquery.tablesorter.js @@ -104,8 +104,8 @@ for ( var i = 0; i < l; i++ ) { p = false; sortType = $headers.eq(i).data('sort-type'); - if ( typeof sortVal != 'undefined' ) { - p = getParserById( sortVal ); + if ( typeof sortType != 'undefined' ) { + p = getParserById( sortType ); } if (p === false) {