From: Rob Moen Date: Fri, 30 Dec 2011 21:30:17 +0000 (+0000) Subject: fix tablesorter unit test in ie7. Add semicolon to end of statement in tablesorter... X-Git-Tag: 1.31.0-rc.0~25669 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=178af33e21622393b05e8a1d57e7d2feeee4141b;p=lhc%2Fweb%2Fwiklou.git fix tablesorter unit test in ie7. Add semicolon to end of statement in tablesorter class --- diff --git a/resources/jquery/jquery.tablesorter.js b/resources/jquery/jquery.tablesorter.js index 1aae48e0b8..a2d85a3444 100644 --- a/resources/jquery/jquery.tablesorter.js +++ b/resources/jquery/jquery.tablesorter.js @@ -605,7 +605,7 @@ if ( $tfoot.length ) { $tfoot.eq(0).prepend( $sortbottoms ); } else { - $table.append( $( '' ).append( $sortbottoms ) ) + $table.append( $( '' ).append( $sortbottoms ) ); } }