mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-17 09:52:29 +01:00
Typo on tablesorter
This commit is contained in:
parent
540d229eba
commit
925fef4110
@ -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]] })
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user