]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Typo on tablesorter
authorFrançois Robichet <calvein@gmail.com>
Tue, 24 Jan 2012 21:11:09 +0000 (22:11 +0100)
committerFrançois Robichet <calvein@gmail.com>
Tue, 24 Jan 2012 21:11:09 +0000 (22:11 +0100)
docs/assets/js/application.js

index 2da4ab8e2e7766373c1df6a47ce8bb6fbc61218c..95caa0f31afa3d1ad79453da975f82dee51a55ec 100644 (file)
@@ -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]] })
   }