Commit 925fef41 authored by François Robichet's avatar François Robichet

Typo on tablesorter

parent 540d229e
...@@ -22,7 +22,7 @@ $(function(){ ...@@ -22,7 +22,7 @@ $(function(){
window.prettyPrint && prettyPrint() window.prettyPrint && prettyPrint()
// table sort example // table sort example
if ($.fn.tableSorter) { if ($.fn.tablesorter) {
$("#sortTableExample").tablesorter( { sortList: [[ 1, 0 ]] } ) $("#sortTableExample").tablesorter( { sortList: [[ 1, 0 ]] } )
$(".tablesorter-example").tablesorter({ sortList: [[1,0]] }) $(".tablesorter-example").tablesorter({ sortList: [[1,0]] })
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment