mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-27 05:49:07 +02:00
rebuild with new templates
This commit is contained in:
@@ -24,6 +24,7 @@ $(function(){
|
||||
// table sort example
|
||||
if ($.fn.tableSorter) {
|
||||
$("#sortTableExample").tablesorter( { sortList: [[ 1, 0 ]] } )
|
||||
$(".tablesorter-example").tablesorter({ sortList: [[1,0]] })
|
||||
}
|
||||
|
||||
// add on logic
|
||||
|
Reference in New Issue
Block a user