mirror of https://github.com/twbs/bootstrap.git
Typo on tablesorter
This commit is contained in:
parent
540d229eba
commit
925fef4110
|
|
@ -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]] })
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue