mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-27 09:40:23 +00:00
Typo on tablesorter
This commit is contained in:
parent
540d229eba
commit
925fef4110
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue