From: François Robichet Date: Tue, 24 Jan 2012 21:11:09 +0000 (+0100) Subject: Typo on tablesorter X-Git-Tag: v2.0.0~6^2~227^2^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=925fef411090f06b34c5e86f4d0ed5630adff87b;p=thirdparty%2Fbootstrap.git Typo on tablesorter --- diff --git a/docs/assets/js/application.js b/docs/assets/js/application.js index 2da4ab8e2e..95caa0f31a 100644 --- a/docs/assets/js/application.js +++ b/docs/assets/js/application.js @@ -22,7 +22,7 @@ $(function(){ window.prettyPrint && prettyPrint() // table sort example - if ($.fn.tableSorter) { + if ($.fn.tablesorter) { $("#sortTableExample").tablesorter( { sortList: [[ 1, 0 ]] } ) $(".tablesorter-example").tablesorter({ sortList: [[1,0]] }) }